forked from XDATA-Year-3/EntityAlignLarge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.91 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "EntityAlignLarge",
"version": "0.1.0",
"description": "Resonant Entity Alignment for Large Networks for XData 2015-16",
"homepage": "https://github.com/XDATA-Year-3/EntityAlignLarge",
"bugs": {
"url": "https://github.com/XDATA-Year-3/EntityAlignLarge/issues"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/XDATA-Year-3/EntityAlignLarge.git"
},
"dependencies": {
"backbone": "~1.3",
"bootstrap": "~3.3",
"bootstrap-table": "~1.10",
"candela": "git+https://github.com/Kitware/candela#31e6f0319f728f1cd2e7193f25648809492721ec",
"Clique": "git+https://github.com/Kitware/clique#bf820f16a1274f7a4de90251e73c6ce39e430e97",
"d3": "~3.5",
"font-awesome": "~4.5",
"google-fonts-offline": "~0.1",
"grunt": "~1.0",
"grunt-cli": "~1.2",
"grunt-contrib-clean": "~1.0",
"grunt-contrib-compress": "~1.2",
"grunt-contrib-concat": "~1.0",
"grunt-contrib-copy": "~1.0",
"grunt-contrib-cssmin": "~1.0",
"grunt-contrib-jade": "~1.0",
"grunt-contrib-symlink": "~1.0",
"grunt-contrib-uglify": "~1.0",
"grunt-curl": "~2.2",
"grunt-file-creator": "~0.1",
"grunt-gitinfo": "~0.1",
"grunt-shell": ">=1.1.1",
"grunt-string-replace": "~1.2",
"jade": "~1.11",
"jquery": "~2.2",
"jquery-contextmenu": "~2.1",
"jquery-ui-bundle": "~1.11",
"LineUpJS": "git+https://github.com/Caleydo/lineup.js#c70349be518936d6ef2b8ea9965c02e81caa57c3",
"moment": "~2.13",
"underscore": "~1.8"
},
"devDependencies": {
"eslint": "~2.7",
"eslint-config-semistandard": "~6.0",
"eslint-config-standard": "~5.1",
"eslint-plugin-promise": "~1.1",
"eslint-plugin-standard": "~1.3"
},
"scripts": {
"postinstall": "grunt npmlibs init default",
"buildall": "grunt npmlibs init default",
"build": "grunt default",
"lint": "eslint --cache client/js Gruntfile.js"
}
}