-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 823 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 823 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
{
"name": "versionizer",
"version": "0.0.1",
"description": "Easy way to version a Node.js API",
"main": "index.js",
"scripts": {
"test": "grunt coffee mochaTest"
},
"repository": {
"type": "git",
"url": "git://github.com/baugarten/Versionizer.git"
},
"author": "Ben Augarten",
"license": "MIT",
"bugs": {
"url": "https://github.com/baugarten/Versionizer/issues"
},
"homepage": "https://github.com/baugarten/Versionizer",
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-watch": "~0.6.1",
"sinon": "~1.9.1",
"express": "~4.1.0",
"grunt-mocha-test": "~0.10.2",
"should": "~3.3.1",
"supertest": "~0.11.0",
"mongoose": "~3.8.8",
"bson": "~0.2.7",
"body-parser": "~1.0.2",
"qs": "~0.6.6"
}
}