-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 867 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 867 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
34
35
36
37
38
39
40
41
{
"name": "easymock",
"description": "Easy to use mock server that supports templates and routes.",
"keywords": [
"server",
"mock",
"routes",
"proxy"
],
"author": "Patrick Boos <mail@pboos.ch>",
"repository": {
"type": "git",
"url": "git://github.com/cyberagent/node-easymock.git"
},
"version": "0.2.29",
"main": "index",
"bin": {
"easymock": "./bin/easymock"
},
"scripts": {
"test": "make tests"
},
"dependencies": {
"body-parser": "^1.18.2",
"broware": "0.1.0",
"commander": "2.1.0",
"express": "^4.16.4",
"http-proxy": "0.10.3",
"jade": "0.27.7",
"marked": "^0.6.1",
"moment": "^2.24.0",
"sqlite3": "^4.0.1",
"underscore": "1.4.2"
},
"devDependencies": {
"chai": "1.1.0",
"coffee-script": "1.3.3",
"mocha": "^6.0.2",
"request": "^2.88.0"
}
}