angie-orm
Version:
A Feature-Complete Database Relationship Manager Designed for NodeJS
69 lines (68 loc) • 1.55 kB
JSON
{
"name": "angie-orm",
"version": "0.0.6",
"author": "Joe Groseclose <@benderTheCrime>",
"description": "A Feature-Complete Database Relationship Manager Designed for NodeJS",
"license": "MIT",
"main": "dist/index.js",
"private": false,
"preferGlobal": true,
"scripts": {
"start": "node dist/index.js",
"test": "gulp test",
"postinstall": "babel src --out-dir dist --comments false"
},
"engines": {
"iojs": "*",
"babel-node": "*",
"node": "*"
},
"bin": {
"angie-orm": "bin/angie-orm",
"angie-orm-dist": "bin/angie-orm-dist"
},
"repository": {
"type": "git",
"url": "https://github.com/benderTheCrime/angie-orm.git"
},
"bugs": {
"url": "https://github.com/benderTheCrime/angie-orm.git/issues"
},
"keywords": [
"Angie",
"JavaScript",
"REST",
"MVC",
"Framework",
"API",
"ORM",
"Database"
],
"devDependencies": {
"babel-eslint": "3.1.17",
"chai": "2.3.0",
"esdoc": "^0.3.1",
"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-log": "^0.9.1",
"babel": "^5.6.23",
"babel-core": "5.6.15",
"chalk": "1.0.0",
"firebase": "2.2.4",
"mysql": "2.6.2",
"sqlite3": "^3.0.8"
}
}