Files
json-server/package.json
Typicode 17e2b389fe 0.7.13
2015-06-04 03:43:13 +02:00

65 lines
1.3 KiB
JSON

{
"name": "json-server",
"version": "0.7.13",
"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.2",
"lowdb": "^0.8.1",
"method-override": "^2.1.2",
"morgan": "^1.3.1",
"node-uuid": "^1.4.2",
"pluralize": "^1.1.2",
"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"
}