-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 782 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 782 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
{
"name": "version-control",
"version": "1.2.5",
"description": "A node middleware for client API version control",
"main": "./lib/version-control",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/thegameofcode/version-control.git"
},
"author": "The Game Of Code",
"license": "MIT",
"bugs": {
"url": "https://github.com/thegameofcode/version-control/issues"
},
"homepage": "https://github.com/thegameofcode/version-control",
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.1.0",
"request": "^2.51.0",
"restify": "^2.8.5"
},
"dependencies": {
"async": "^1.2.1",
"debug": "^2.1.1",
"lodash": "^3.1.0",
"mongoose": "^4.0.5",
"shortid": "^2.2.2"
}
}