-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 716 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 716 Bytes
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
{
"name": "api-server-basic",
"version": "1.0.3",
"description": "Basic Node.js API server using Restify",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/greglearns/node-api-server-basic.git"
},
"keywords": [
"api",
"server",
"restify"
],
"author": "greglearns",
"license": "MIT",
"bugs": {
"url": "https://github.com/greglearns/node-api-server-basic/issues"
},
"devDependencies": {
"eyespect": "~0.1.10",
"chai": "~1.7.2",
"mocha": "~1.12.1"
},
"dependencies": {
"q": "~0.9.7",
"restify": "~2.6.0",
"logger-json-stderr": "~1.1",
"error-adapter": "0.0.1"
}
}