UNPKG

angie

Version:

Angie: A Module-Based NodeJS Web Application Framework in ES6

72 lines 1.73 kB
{ "name": "angie", "version": "0.4.7", "author": { "name" : "Joe Groseclose", "email" : "joe.groseclose@gmail.com", "url" : "http://joegroseclose.com" }, "description": "Angie: A Module-Based NodeJS Web Application Framework in ES6", "license": "MIT", "main": "dist/index.js", "private": false, "preferGlobal": true, "scripts": { "start": "node dist/index.js", "test": "gulp test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", "postinstall": "babel src --out-dir dist --comments false --copy-files" }, "engines": { "iojs": "*", "babel-node": "*", "node": "*" }, "bin": { "angie": "bin/angie", "angie-dist": "bin/angie-dist" }, "repository": { "type": "git", "url": "https://github.com/angie-framework/angie.git" }, "bugs": { "url": "https://github.com/angie-framework/angie.git/issues" }, "keywords": [ "Angie", "JavaScript", "REST", "MVC", "Framework", "API" ], "devDependencies": { "babel-eslint": "3.1.17", "chai": "2.3.0", "coveralls": "^2.11.4", "esdoc": "^0.2.4", "gulp": "3.9.0", "gulp-babel": "^5.2.1", "gulp-cli": "0.2.0", "gulp-copy": "0.0.2", "gulp-esdoc": "0.0.3", "gulp-eslint": "0.12.0", "gulp-istanbul": "^0.10.2", "gulp-jscs": "1.6.0", "gulp-mocha": "^2.0.1", "isparta": "^3.1.0", "simple-mock": "0.3.0" }, "dependencies": { "angie-injector": "^0.10.3", "angie-log": "^0.9.1", "babel": "5.6.23", "babel-core": "5.6.15", "chalk": "1.0.0", "cheerio": "^0.19.0", "fb-watchman": "^1.5.0", "multiparty": "^4.1.2", "promptly": "^0.2.1", "yargs": "^3.27.0" } }