38 lines
808 B
JSON
38 lines
808 B
JSON
{
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"draggabilly": "^2.1.0"
|
|
}
|
|
}
|