forked from ca-archived/node-easymock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 960 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
{
"name" : "easymock"
, "description" : "Easy to use mock server that supports templates and routes."
, "keywords" : ["server", "mock", "routes", "proxy"]
, "author" : "Patrick Boos <[email protected]>"
, "repository" : {"type": "git", "url": "git://github.com/cyberagent/node-easymock.git"}
, "version" : "0.2.17"
, "main" : "index"
, "bin" : { "easymock": "./bin/easymock" }
, "scripts" : {
"test": "make tests"
}
, "dependencies": {
"express": "3.1.0"
, "http-proxy": "0.10.3"
, "jade": "0.27.7"
, "underscore": "1.4.2"
, "broware": "0.1.0"
, "sqlite3": "3.0.5"
, "moment": "2.0.0"
, "marked": "0.3.2"
, "commander": "2.1.0"
}
, "devDependencies": {
"chai": "1.1.0"
, "mocha": "1.2.2"
, "coffee-script": "1.3.3"
, "request": "2.14.0"
}
}