Files
json-server/package.json
2015-05-23 14:07:22 -04:00

66 lines
1.4 KiB
JSON

{
"name": "json-server",
"version": "0.7.9",
"description": "Serves JSON files through REST routes.",
"main": "./src/index.js",
"bin": "./bin/index.js",
"directories": {
"test": "test"
},
"dependencies": {
"body-parser": "^1.8.1",
"chalk": "^0.4.0",
"cors": "^2.3.0",
"errorhandler": "^1.2.0",
"express": "^4.9.5",
"got": "^1.2.2",
"lodash": "^3.9.1",
"lowdb": "^0.7.1",
"method-override": "^2.1.2",
"morgan": "^1.3.1",
"node-uuid": "^1.4.2",
"pluralize": "^1.1.2",
"underscore": "^1.8.3",
"underscore-db": "^0.8.0",
"update-notifier": "^0.2.2",
"yargs": "^1.3.1"
},
"devDependencies": {
"husky": "^0.6.1",
"mocha": "^2.2.4",
"standard": "^3.8.0",
"supertest": "~0.8.1"
},
"scripts": {
"test": "standard && mocha -R spec test",
"start": "node bin",
"prepush": "npm t"
},
"repository": {
"type": "git",
"url": "git://github.com/typicode/json-server.git"
},
"keywords": [
"JSON",
"server",
"fake",
"REST",
"API",
"prototyping",
"mock",
"mocking",
"test",
"testing",
"rest",
"data",
"dummy",
"sandbox"
],
"author": "Typicode <typicode@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/typicode/json-server/issues"
},
"homepage": "https://github.com/typicode/json-server"
}