UNPKG

zalgo-promise

Version:
49 lines (48 loc) 1.55 kB
{ "name": "zalgo-promise", "version": "1.0.48", "description": "Javascript module template.", "main": "index.js", "scripts": { "setup": "npm install && npm run flow-typed", "lint": "eslint src/ test/ *.js", "flow-typed": "flow-typed install", "flow": "flow", "karma": "cross-env NODE_ENV=test babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/karma start", "babel": "babel src/ --out-dir dist/module", "webpack": "babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/webpack --display-optimization-bailout --progress", "test": "npm run lint && npm run flow-typed && npm run flow && npm run karma", "build": "npm run test && npm run babel && npm run webpack", "release": "./publish.sh", "release:patch": "./publish.sh patch", "release:minor": "./publish.sh minor", "release:major": "./publish.sh major", "clean": "rimraf dist coverage", "reinstall": "rimraf flow-typed && rimraf node_modules && npm install && flow-typed install", "debug": "cross-env NODE_ENV=debug" }, "repository": { "type": "git", "url": "git://github.com/krakenjs/zalgo-promise.git" }, "keywords": [ "template" ], "licenses": [ { "type": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], "files": [ "dist/", "src/" ], "readmeFilename": "README.md", "devDependencies": { "flow-bin": "0.155.0", "grumbler-scripts": "^3", "mocha": "^4" }, "dependencies": {} }