-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 951 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
{
"name": "network-vis",
"version": "1.0.0",
"description": "A tool to visualisation coding activity and collaboration within a Github Organisation",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rmit-programming-club/network-vis.git"
},
"keywords": [
"github",
"network-visualisation"
],
"author": "thundergolfer",
"license": "ISC",
"bugs": {
"url": "https://github.com/rmit-programming-club/network-vis/issues"
},
"homepage": "https://github.com/rmit-programming-club/network-vis#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"d3": "^3.5.17",
"webpack": "^3.11.0",
"webpack-cli": "^2.0.10"
}
}