-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 924 Bytes
/
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
{
"name": "api-starter",
"version": "0.1.1",
"description": "Express-based simple REST API starter project",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/gvilarino/api-starter.git"
},
"keywords": [
"api",
"rest",
"starter",
"seed"
],
"author": "gvilarino",
"license": "MIT",
"bugs": {
"url": "https://github.com/gvilarino/api-starter/issues"
},
"homepage": "https://github.com/gvilarino/api-starter",
"dependencies": {
"babel": "^5.8.21",
"body-parser": "^1.13.3",
"change-case": "^2.3.0",
"component-type": "^1.1.0",
"debug": "^2.2.0",
"express": "^4.13.3",
"mongoskin": "^1.4.13",
"verigy": "^2.0.1"
},
"devDependencies": {
"eslint": "^1.1.0",
"expect": "^1.8.0",
"mocha": "^2.2.5",
"semver-regex": "^1.0.0",
"superagent": "^1.3.0"
}
}