forked from liriliri/eruda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "eruda",
"version": "0.7.0",
"description": "Console for Mobile Browsers",
"main": "dist/eruda.js",
"scripts": {
"release": "webpack && webpack -p --config script/release.js",
"dev": "webpack-dev-server",
"utilDoc": "eustia docs src/lib/util.js -f md -o docs/util.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liriliri/eruda.git"
},
"keywords": [
"console",
"mobile",
"debug"
],
"author": "redhoodsu",
"license": "MIT",
"bugs": {
"url": "https://github.com/liriliri/eruda/issues"
},
"homepage": "https://github.com/liriliri/eruda#readme",
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-core": "^6.6.5",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"css-loader": "^0.23.1",
"draggabilly": "^2.1.0",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.1.4",
"js-beautify": "^1.6.2",
"json-loader": "^0.5.4",
"modernizr": "^3.3.1",
"node-sass": "^3.4.2",
"postcss-class-prefix": "^0.3.0",
"postcss-loader": "^0.8.1",
"sass-loader": "^3.1.2",
"webpack": "^1.12.14"
}
}