forked from girder/girder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.77 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
60
61
62
63
64
{
"name": "girder",
"version": "1.4.1",
"description": "High-performance data management platform",
"homepage": "https://girder.readthedocs.org",
"bugs": {
"url": "https://github.com/girder/girder/issues"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/girder/girder.git"
},
"dependencies": {
"as-jqplot": "1.0.8",
"backbone": "~1.1.2",
"bootstrap": "3.3.6",
"bootstrap-switch": "3.3.2",
"d3": "3.4.8",
"eonasdan-bootstrap-datetimepicker": "~4.15",
"grunt": "~0.4.5",
"grunt-cli": "~0.1",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-jade": "0.11.0",
"grunt-contrib-stylus": "~0.22.0",
"grunt-contrib-uglify": "0.11.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-symlink": "~0.3.0",
"grunt-shell": ">=0.2.1",
"grunt-gitinfo": "~0.1.0",
"grunt-file-creator": "~0.1.0",
"grunt-npm-install": "~0.2.0",
"marked": "0.3.3",
"jade": "1.3.1",
"jquery": "2.1.1",
"sprintf-js": "1.0.2",
"swagger-ui": "2.0.22",
"underscore": "~1.5",
"colors": "0.6.2",
"event-source": "0.1.1",
"jsoneditor": "4.1.2",
"toposort": "~0.2"
},
"devDependencies": {
"argv": "0.0.2",
"blanket": "1.1.6",
"comment-json": "0.1.11",
"eslint": "^1.10.3",
"eslint-config-semistandard": "^5.0.0",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-backbone": "^1.1.0",
"eslint-plugin-standard": "^1.3.1",
"eslint-plugin-underscore": "0.0.4",
"jscs": "2.5.1",
"jshint": "2.5.5",
"phantomjs": "1.9.18",
"phantomjs-polyfill": "0.0.1"
},
"scripts": {
"postinstall": "grunt init && grunt",
"lint": "eslint --cache clients/web Gruntfile.js grunt_tasks scripts"
}
}