forked from JeffreyRodriguez/webui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.41 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "ipfs-webui",
"version": "0.3.0",
"description": "A frontend for IPFS",
"dependencies": {
"bootstrap": "3.3.4",
"d3": "3.5.5",
"debug": "2.1.3",
"font-awesome": "4.3.0",
"ipfs-api": "2.1.6",
"ipfs-geoip": "1.4.3",
"jquery": "2.1.3",
"lodash": "3.6.0",
"react": "0.13.1",
"react-async": "2.1.0",
"react-bootstrap": "0.20.1",
"react-localstorage": "0.2.2",
"react-router": "0.13.2",
"three": "^0.71.0"
},
"devDependencies": {
"6to5ify": "4.1.1",
"babel": "5.4.7",
"babel-core": "5.0.8",
"brfs": "1.4.0",
"browserify": "10.2.3",
"bygg": "1.0.6",
"bygg-plugins-light": "1.0.3",
"less": "2.5.0",
"pre-commit": "1.0.6",
"proxy-middleware": "^0.12.0",
"reactify": "1.1.1",
"standard": "3.3.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node_modules/.bin/bygg serve",
"lint": "./node_modules/.bin/standard js"
},
"standard": {
"ignore": [
"versions",
"js/include"
]
},
"pre-commit": [
"lint"
],
"author": "Juan Benet <[email protected]> (http://juan.benet.ai/)",
"repository": {
"type": "git",
"url": "https://github.com/ipfs/webui"
},
"keywords": [
"ipfs",
"webui",
"webkit"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfs/webui/issues"
},
"homepage": "https://github.com/ipfs/webui"
}