{ "name": "eruda", "version": "1.2.4", "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", "test": "karma start", "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": "http://eruda.liriliri.io/", "devDependencies": { "autoprefixer": "^7.1.2", "babel-core": "^6.6.5", "babel-loader": "^7.0.0", "babel-plugin-transform-runtime": "^6.8.0", "babel-preset-es2015": "^6.6.0", "css-loader": "^0.28.0", "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", "karma": "^1.7.0", "karma-jasmine": "^1.1.0", "karma-jquery": "^0.2.2", "karma-phantomjs-launcher": "^1.0.4", "karma-wrap-preprocessor": "^0.1.0", "modernizr": "^3.3.1", "node-sass": "^4.5.0", "postcss-class-prefix": "^0.3.0", "postcss-loader": "^2.0.6", "sass-loader": "^6.0.3", "webpack": "^3.5.4" } }