-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
{
"name": "peer-star-network-vis-react",
"version": "0.1.2",
"description": "Network Visualization for a Peer-* collaboration",
"main": "dist/NetworkVis.js",
"scripts": {
"transpile": "babel src -d dist --copy-files",
"prepublishOnly": "npm run transpile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs-shipyard/peer-star-peer-star-network-vis-react.git"
},
"keywords": [
"ipfs",
"peer-star",
"peer-*",
"collaboration",
"network",
"visualization",
"react"
],
"author": "Pedro Teixeira <i@pgte.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfs-shipyard/-projects-ipfs-peer-star-peer-star-network-vis-react/issues"
},
"homepage": "https://github.com/ipfs-shipyard/-projects-ipfs-peer-star-peer-star-network-vis-react#readme",
"peerDependencies": {
"react": "^16.4.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
},
"dependencies": {
"peer-star-network-vis": "^0.1.2",
"peer-star-peer-color": "^0.1.0"
}
}