-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
73 lines (73 loc) · 2.09 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
65
66
67
68
69
70
71
72
73
{
"name": "ipfs-chrome-station",
"version": "0.1.2",
"description": "Chrome extension that let's you access IPFS urls seamlessly from your local IPFS node, and take a look at its stats.",
"scripts": {
"lint": "standard --verbose | snazzy",
"dev": "gulp",
"build": "gulp build",
"compress": "zip -r build.zip build",
"clean": "rimraf build/ dev/ *.zip *.crx"
},
"repository": {
"type": "git",
"url": "https://github.com/xicombd/ipfs-chrome-station"
},
"homepage": "https://github.com/xicombd/ipfs-chrome-station",
"author": "Francisco Dias <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.3.15",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.1",
"babel-plugin-transform-decorators-legacy": "^1.2.0",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.0",
"babel-preset-stage-0": "^6.3.13",
"css-loader": "^0.27.3",
"file-loader": "^0.8.5",
"gulp": "^3.9.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.5",
"https-browserify": "0.0.1",
"jsdom": "^6.5.1",
"json-loader": "^0.5.4",
"less": "^2.7.2",
"less-loader": "^3.0.0",
"merge-stream": "^1.0.0",
"pre-commit": "^1.1.2",
"raw-loader": "^0.5.1",
"rimraf": "^2.4.3",
"snazzy": "^2.0.1",
"standard": "^9.0.2",
"style-loader": "^0.12.3",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"belle": "^2.0.3",
"css-box-sizing-border-box": "^0.1.0",
"ipfs-api": "^12.1.7",
"ipfs-logo": "github:ipfs/logo",
"is-ipfs": "0.0.4",
"lodash": "^4.2.0",
"normalize.css": "^3.0.3",
"radium": "^0.15.3",
"react": "^0.14.2",
"react-addons-css-transition-group": "^0.14.2",
"react-dom": "^0.14.2",
"request": "^2.65.0",
"stream-http": "^2.1.0"
},
"standard": {
"parser": "babel-eslint"
},
"pre-commit": [
"lint"
]
}