UNPKG

paco

Version:

Node package development/distribution utility kit

56 lines (55 loc) 1.29 kB
{ "name": "paco", "version": "0.4.0", "description": "Node package development/distribution utility kit", "main": "dist/cli.js", "bin": "bin/paco.js", "files": [ "bin", "dist" ], "scripts": { "lint": "eslint ./src", "build": "babel src --out-dir dist", "dev": "npm run build -- --watch" }, "repository": { "type": "git", "url": "git+https://github.com/alexanderwallin/paco.git" }, "keywords": [ "release", "automation", "npm", "node", "distribution", "package", "development", "utility" ], "author": "Alexander Wallin <office@alexanderwallin.com> (http://alexanderwallin.com)", "license": "ISC", "bugs": { "url": "https://github.com/alexanderwallin/paco/issues" }, "homepage": "https://github.com/alexanderwallin/paco#readme", "dependencies": { "colors": "^1.1.2", "comeondo": "^0.5.0", "deep-extend": "^0.4.0", "file-exists": "^1.0.0", "json-pretty": "0.0.1", "node-objectify": "0.0.3", "q": "^1.4.1", "uppity": "^0.1.1", "yargs": "^3.31.0" }, "devDependencies": { "babel": "^6.3.13", "babel-cli": "^6.3.15", "babel-preset-es2015": "^6.3.13", "eslint": "^2.2.0", "eslint-config-airbnb": "^6.0.2", "rimraf": "^2.5.0" } }