forked from liriliri/eruda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.6 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
{
"name": "eruda",
"version": "1.2.2",
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"scripts": {
"build": "webpack --config script/webpack.dev.js && webpack -p --config script/webpack.release.js",
"dev": "webpack-dev-server --config script/webpack.dev.js --host 0.0.0.0",
"cpTestLib": "script/cpTestLib.sh",
"lint": "eslint --ext .es6 src",
"utilDoc": "eustia doc src/lib/util.js -f md -o doc/UTIL_API.md -t \"Eruda Util Documentation\""
},
"eustia": {
"files": "src/**/*.es6",
"ignore": "**/Info/defInfo.es6",
"output": "src/lib/util.js",
"exclude": ["createCfg"],
"format": "commonjs"
},
"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://liriliri.github.io/eruda",
"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.26.2",
"draggabilly": "^2.1.0",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.1.4",
"jasmine-core": "^2.4.1",
"jasmine-jquery": "^2.1.1",
"jquery": "^3.1.0",
"js-beautify": "^1.6.2",
"json-loader": "^0.5.4",
"modernizr": "^3.3.1",
"node-sass": "^4.5.0",
"postcss-class-prefix": "^0.3.0",
"postcss-loader": "^1.3.3",
"sass-loader": "^6.0.3",
"webpack": "^2.2.1"
}
}