forked from kitware-data-solutions/flow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 883 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 883 Bytes
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
{
"name": "Flow",
"description": "Data science environment",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/Kitware/flow.git"
},
"dependencies": {
"backbone": "1.0.0",
"blanket": "1.1.6",
"colors": "0.6.2",
"geojs": "^0.4.2",
"gl-matrix": "~2.1",
"grunt": "~0.4",
"grunt-cli": "~0.1",
"grunt-contrib-jade": "0.11.0",
"grunt-contrib-stylus": "~0.5.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-shell": "~0.2.1",
"jade": "1.3.1",
"jquery-browser": "1.10.2-1",
"jquery-mousewheel": "^3.1.12",
"jqueryui-browser": "1.10.2-1",
"jscs": "1.7.1",
"jshint": "2.5.10",
"phantomjs": "~1.9.1",
"proj4": "~2.2",
"requirejs": "2.1.10",
"select2": "^4.0.2",
"select2-bootstrap-css": "^1.4.6",
"underscore": "1.5.0"
}
}