Files
json-server/package.json
2014-03-18 20:25:13 +01:00

56 lines
1.1 KiB
JSON

{
"name": "json-server",
"version": "0.2.0",
"description": "Serves JSON files through REST routes.",
"main": "server.js",
"bin": "./bin/cli.js",
"directories": {
"test": "test"
},
"dependencies": {
"commander": "~2.0.0",
"cors": "~2.1.0",
"express": "~3.4.4",
"logan": "~0.0.2",
"superagent": "~0.15.7",
"underscore": "~1.5.2",
"underscore.inflections": "~0.2.1",
"moment": "~2.4.0",
"low": "^0.4.2",
"restify": "^2.6.3"
},
"devDependencies": {
"supertest": "~0.8.1",
"mocha": "~1.14.0"
},
"scripts": {
"test": "mocha -R spec test",
"start": "node server.js"
},
"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"
],
"author": "Typicode <typicode@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/typicode/json-server/issues"
},
"homepage": "https://github.com/typicode/json-server"
}