UNPKG

angie-package-template

Version:

A Template for Angie Dependency Package Creation

61 lines 1.33 kB
{ "name": "angie-package-template", "version": "0.0.4", "description": "A Template for Angie Dependency Package Creation", "license": "MIT", "bin": { "angie-template": "bin/angie-template", "angie-template-dist": "bin/angie-template-dist" }, "main": "dist/index.js", "private": false, "preferGlobal": false, "scripts": { "start": "node bin/angie-template-dist", "test": "gulp test", "postinstall": "babel src --out-dir dist --comments false" }, "engines": { "iojs": "*", "babel-node": "*", "node": "*" }, "repository": {}, "bugs": {}, "keywords": [ "Angie", "JavaScript", "REST", "MVC", "Framework", "API", "Dependency", "Plugin", "Extension", "Addon", "Package" ], "devDependencies": { "babel-eslint": "^3.1.17", "chai": "2.3.0", "gulp": "3.9.0", "gulp-babel": "^5.2.1", "gulp-cli": "0.2.0", "gulp-esdoc": "0.0.3", "gulp-eslint": "0.12.0", "gulp-istanbul": "0.9.0", "gulp-jscs": "1.6.0", "gulp-mocha": "2.0.1", "isparta": "3.0.3", "istanbul-cobertura-badger": "0.0.4", "mocha": "2.2.4", "simple-mock": "0.3.0", "yargs": "3.8.0" }, "dependencies": { "angie": "^0.3.3", "babel": "^5.6.23", "babel-core": "5.6.15", "chalk": "1.0.0" } }