Dev: Init dev tools
This commit is contained in:
34
package.json
Normal file
34
package.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "eruda",
|
||||
"version": "1.0.0",
|
||||
"description": "Console for mobile JavaScript",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": ""
|
||||
},
|
||||
"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": {
|
||||
"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",
|
||||
"node-sass": "^3.4.2",
|
||||
"sass-loader": "^3.1.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user