-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 948 Bytes
/
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
{
"name": "graph3",
"version": "0.0.1",
"description": "graph data visualization based on D3.js",
"main": "index.js",
"scripts": {
"pretest": "rollup -c -m -n g3",
"test": "tape test/**/*-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yandongCoder/g3.git"
},
"keywords": [
"graph visualization",
"graph algorithms",
"d3"
],
"author": "yandong",
"license": "ISC",
"bugs": {
"url": "https://github.com/yandongCoder/g3/issues"
},
"homepage": "https://github.com/yandongCoder/g3#readme",
"dependencies": {
"d3": "^4.4.0"
},
"devDependencies": {
"babel-plugin-external-helpers": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2015-rollup": "^1.2.0",
"font-awesome": "^4.7.0",
"jsdom": "^9.4.2",
"rollup": "^0.34.10",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-json": "^2.0.1",
"tape": "^4.6.0"
}
}