forked from forio/contour
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 777 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 777 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
{
"name": "Contour",
"description": "Forio's Visualization Library",
"version": "0.9.112",
"repository": {
"url": "https://github.com/forio/contour",
"type": "git"
},
"dependencies": {
"lodash": "~2.4.1",
"d3": "~3.3.0"
},
"devDependencies": {
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-copy": "~0.4.1",
"grunt": "~0.4.1",
"grunt-bumpup": "~0.4.2",
"grunt-tagrelease": "~0.2.1",
"glob": "~3.2.7",
"markdox": "~0.1.3",
"async": "~0.2.9",
"lodash": "~2.4.1",
"underscore": "~1.5.2",
"grunt-contrib-jasmine": "^0.6.1",
"shelljs": "^0.3.0",
"grunt-contrib-jshint": "^0.11.0"
}
}