UNPKG

oryx

Version:

A convenient API scaffolding framework for Node.js and Express

62 lines (61 loc) 1.44 kB
{ "name": "oryx", "version": "1.0.3", "description": "A convenient API scaffolding framework for Node.js and Express", "author": { "name": "Isaac Whitfield", "email": "iwhitfield@appcelerator.com" }, "repository": { "type": "git", "url": "http://github.com/iwhitfield/oryx.git" }, "bugs": { "email": "iwhitfield@appcelerator.com", "url": "http://github.com/iwhitfield/oryx/issues" }, "license": "MIT", "readmeFilename": "README.md", "keywords": [ "express", "api", "orm", "models", "scaffolding", "waterline", "framework" ], "scripts": { "coverage": "grunt coverage", "lint": "grunt lint", "test": "grunt test" }, "dependencies": { "app-root-path": "1.0.0", "bluebird": "2.10.2", "body-parser": "1.14.1", "lodash.merge": "3.3.2", "lodash.set": "3.7.4", "micromatch": "2.2.0", "sails-memory": "0.10.5", "waterline": "0.10.26", "winston": "1.1.0" }, "devDependencies": { "async": "1.4.2", "express": "4.13.3", "grunt": "0.4.5", "grunt-cli": "0.1.13", "grunt-codeclimate-reporter": "1.1.2", "grunt-contrib-clean": "0.6.0", "grunt-contrib-jshint": "0.11.3", "grunt-jscs": "2.1.0", "grunt-mocha-istanbul": "3.0.1", "grunt-mocha-test": "0.12.7", "istanbul": "0.4.0", "jshint": "2.8.0", "mocha": "2.3.3", "should": "7.1.0", "supertest": "1.1.0" } }