kinvey-local
Version:
Tool to mock the Kinvey environment for testing.
48 lines (47 loc) • 1.25 kB
JSON
{
"name": "kinvey-local",
"version": "0.0.5",
"description": "Tool to mock the Kinvey environment for testing.",
"main": "index.js",
"scripts": {
"pretest": "gulp",
"test": "npm run coverage && npm run codeclimate && npm run rm",
"test-local": "gulp && istanbul cover test/test-kinvey.js",
"coverage": "istanbul cover test/test-kinvey.js --report lcovonly",
"codeclimate": "cat coverage/lcov.info | codeclimate",
"rm": "rimraf coverage"
},
"repository": {
"type": "git",
"url": "git://github.com/karimsa/kinvey-local.git"
},
"keywords": [
"kinvey",
"tests"
],
"author": "Karim Alibhai",
"license": "MIT",
"bugs": {
"url": "https://github.com/karimsa/kinvey-local/issues"
},
"homepage": "https://github.com/karimsa/kinvey-local",
"devDependencies": {
"gulp-jslint": "^0.1.4",
"gulp": "^3.8.6",
"tape": "2.13.3",
"vinyl": "^0.3.0",
"codeclimate-test-reporter": "0.0.3",
"rimraf": "^2.2.8"
},
"dependencies": {
"deep-extend": "^0.2.10",
"node-uuid": "^1.4.1",
"mustache": "^0.8.2",
"moment": "^2.7.0",
"async": "^0.9.0",
"request": "^2.37.0",
"deep-equal": "^0.2.1",
"nodemailer": "^1.0.3",
"istanbul": "^0.3.0"
}
}