node-api-message
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "node-api-message", | ||
"description": "node-api-message", | ||
"version": "0.0.1", | ||
"author": { | ||
"name": "DropShape", | ||
"email": "admin AT dropshape.com" | ||
}, | ||
"keywords": [ | ||
"mongodb", | ||
"mongoose" | ||
], | ||
"scripts": { | ||
"test": "./node_modules/jasmine-node/bin/jasmine-node test/ --verbose --color --captureExceptions" | ||
}, | ||
"main": "index", | ||
"engines": { | ||
"node": ">=0.6.19" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/dropshape/nodeapimessage/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dropshape/nodeapimessage" | ||
}, | ||
"homepage": "https://github.com/dropshape/nodeapimessage", | ||
"readmeFilename": "README.md", | ||
"dependencies": { | ||
"mongoose": "~3.6.2", | ||
"mongoose-validator": "~0.2.1", | ||
"validator": "~1.3.0", | ||
"bunyan": "~0.22.1" | ||
}, | ||
"devDependencies": { | ||
"grunt": "0.4.1", | ||
"jasmine-node": "https://github.com/mccormicka/jasmine-node/archive/exclusive-tests.tar.gz", | ||
"grunt-contrib-watch": "0.3.1", | ||
"grunt-contrib-jshint": "0.4.3", | ||
"grunt-jasmine-node": "~0.1.0", | ||
"supertest": "~0.8.0", | ||
"express": "~3.4.0", | ||
"express-partial-response": "~0.2.1", | ||
"mockgoose": "~1.0.6" | ||
} | ||
"name": "node-api-message", | ||
"description": "node-api-message", | ||
"version": "0.0.2", | ||
"author": { | ||
"name": "DropShape", | ||
"email": "admin AT dropshape.com" | ||
}, | ||
"keywords": [ | ||
"mongodb", | ||
"mongoose", | ||
"API Messages" | ||
], | ||
"scripts": { | ||
"test": "./node_modules/jasmine-node/bin/jasmine-node test/ --verbose --color --captureExceptions" | ||
}, | ||
"main": "index", | ||
"engines": { | ||
"node": ">=0.6.19" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/dropshape/nodeapimessage/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dropshape/nodeapimessage" | ||
}, | ||
"homepage": "https://github.com/dropshape/nodeapimessage", | ||
"readmeFilename": "README.md", | ||
"dependencies": { | ||
"mongoose": "~3.6.2", | ||
"mongoose-validator": "~0.2.1", | ||
"validator": "~1.3.0", | ||
"bunyan": "~0.22.1" | ||
}, | ||
"devDependencies": { | ||
"grunt": "0.4.1", | ||
"jasmine-node": "https://github.com/mccormicka/jasmine-node/archive/exclusive-tests.tar.gz", | ||
"grunt-contrib-watch": "0.3.1", | ||
"grunt-contrib-jshint": "0.4.3", | ||
"grunt-jasmine-node": "~0.1.0", | ||
"supertest": "~0.8.0", | ||
"express": "~3.4.0", | ||
"express-partial-response": "~0.2.1", | ||
"mockgoose": "~1.0.6" | ||
} | ||
} |
30127
11
69