forked from liriliri/eruda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.11 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
{
"name": "eruda",
"version": "0.0.4",
"description": "Console for mobile JavaScript",
"main": "index.js",
"scripts": {
"dev": "webpack --watch",
"release": "webpack & uglifyjs dist/eruda.js -o dist/eruda.min.js",
"serve": "nws -p 3000"
},
"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-preset-es2015": "^6.6.0",
"css-loader": "^0.23.1",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.1.4",
"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",
"style-loader": "^0.13.0",
"webpack": "^1.12.14"
},
"dependencies": {
"draggabilly": "^2.1.0"
}
}