-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.24 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
{
"name": "d3-simple-networks",
"version": "1.0.0",
"description": "Simple directed networks with D3.js",
"main": "index.js",
"scripts": {
"test": "echo 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davcs86/d3-simple-networks.git"
},
"keywords": [
"d3",
"node",
"network"
],
"author": "David Castillo",
"license": "MIT",
"bugs": {
"url": "https://github.com/davcs86/d3-simple-networks/issues"
},
"homepage": "https://github.com/davcs86/d3-simple-networks#readme",
"dependencies": {
"bootstrap-sass": "^3.3.6",
"d3": "^3.5.16",
"d3-tip": "^0.6.7",
"lodash": "^4.11.1",
"min-dom": "^0.2.0",
"xml2js": "^0.4.16"
},
"devDependencies": {
"base-64": "^0.1.0",
"browserify": "^13.0.0",
"browserify-css": "^0.9.0",
"browserify-derequire": "^0.9.4",
"bundle-collapser": "^1.2.1",
"grunt": "^0.4.5",
"grunt-browserify": "^3.3.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-watch": "^0.6.1",
"load-grunt-tasks": "^3.4.0",
"sassify": "^0.10.0",
"source-map-concat": "^1.0.0",
"stringify": "^3.2.0",
"svg-browserify": "0.0.2",
"time-grunt": "^1.3.0",
"uglify-js": "^2.6.1",
"utf8": "^2.1.1"
}
}