-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 922 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
{
"name": "gretchen",
"description": "Gretchen: Mock data, API prototyping and specification tool.",
"version": "0.0.3",
"homepage": "https://github.com/humblesoftware/gretchen",
"main": "./lib/index",
"author": {
"name": "Carl Sutherland",
"email": "[email protected]",
"url": "http://humblesoftware.com"
},
"repository": {
"type": "git",
"url": "git://github.com/humblesoftware/gretchen.git"
},
"bugs": {
"url": "https://github.com/humblesoftware/gretchen/issues"
},
"bin": {
"fetch": "bin/fetch"
},
"dependencies": {
"browserify": "3.18.x",
"ghosttrain": "0.0.x",
"chai": "1.5.x",
"chai-http": "0.3.x",
"commander": "2.1.x",
"express": "3.0.x",
"forever-monitor": "1.1.0",
"mocha": "1.8.x",
"superagent": "0.14.x",
"underscore": "1.4.x",
"colors": "0.6.0-1",
"charm": "0.1.2",
"node-watch": "0.3.x"
}
}