-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
65 lines (65 loc) · 1.67 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "json-rest-server",
"version": "1.2.2",
"description": "An API server that reads a specific folder, takes all json files and exposes all of them via API",
"main": "index.js",
"bin": {
"json-rest-server": "./main.js"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"json",
"api",
"server",
"file"
],
"author": {
"name": "Michele Di Salvatore"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Objectway/json-rest-server.git"
},
"license": "MIT",
"dependencies": {
"colors": "^1.1.2",
"command-line-args": "^4.0.7",
"command-line-usage": "^4.0.1",
"lodash": "^3.10.0",
"q": "^1.4.1"
},
"gitHead": "3827b19d8e8b724d27cf0420930fb8165d1fd241",
"bugs": {
"url": "https://github.com/Objectway/json-rest-server/issues"
},
"homepage": "https://github.com/Objectway/json-rest-server#readme",
"_id": "[email protected]",
"_shasum": "0ac7d511a2bc58368461188a52a7bef4a45025f1",
"_from": "json-rest-server@*",
"_npmVersion": "2.12.1",
"_nodeVersion": "0.12.2",
"_npmUser": {
"name": "micheledisalvatore",
"email": "[email protected]"
},
"dist": {
"shasum": "0ac7d511a2bc58368461188a52a7bef4a45025f1",
"tarball": "http://registry.npmjs.org/json-rest-server/-/json-rest-server-1.0.2.tgz"
},
"maintainers": [
{
"name": "micheledisalvatore",
"email": "[email protected]"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/json-rest-server/-/json-rest-server-1.0.2.tgz",
"devDependencies": {
"chai": "^3.1.0",
"chai-as-promised": "^5.1.0",
"mocha": "^2.2.5",
"mock-fs": "^3.0.0"
}
}