46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "eruda",
|
|
"version": "0.2.0",
|
|
"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",
|
|
"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",
|
|
"style-loader": "^0.13.0",
|
|
"webpack": "^1.12.14"
|
|
}
|
|
}
|