UNPKG

gumga-between-state-ng

Version:
81 lines (80 loc) 2.01 kB
{ "name": "gumga-between-state-ng", "version": "0.0.0", "description": "Gumga Between State", "main": "./src/between-state.js", "scripts": { "start": "npm-run-all -p live-server watch", "live-server": "live-server --host=localhost --port=9000", "watch": "simplifyify 'src/between-state.js' -o 'dist/gumga-between-state.js' --bundle --minify --watch --debug", "prod": "simplifyify 'src/between-state.js' -o 'dist/gumga-between-state.js' --bundle --minify", "test": "echo \"Error: no test specified\" && exit 1" }, "directories": { "example": "example" }, "babel": { "presets": [ "es2015" ] }, "browserify": { "transform": [ [ "babelify", { "presets": [ "es2015" ], "plugins": [ "transform-object-rest-spread" ] } ], [ "uglifyify", { "mangle": false, "compress": { "sequences": true, "dead_code": true, "booleans": true, "conditionals": true, "if_return": false, "drop_console": false, "keep_fnames": true }, "output": { "comments": false } } ] ] }, "devDependencies": { "angular-ui-bootstrap": "^2.5.0", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-preset-es2015": "^6.13.2", "babelify": "^7.3.0", "live-server": "^1.1.0", "npm-run-all": "^2.3.0", "simplifyify": "^3.2.1" }, "repository": { "type": "git", "url": "git+https://github.com/GUMGA/gumga-between-state-ng.git" }, "keywords": [ "gumga", "between", "state", "angular", "1.x" ], "author": "Gumga Tecnologia da Informação S/A", "license": "LGPL-3.0", "bugs": { "url": "https://github.com/GUMGA/gumga-between-state-ng/issues" }, "homepage": "https://github.com/GUMGA/gumga-between-state-ng#readme" }