forked from jtbonhomme/seahorse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 936 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 936 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
{
"name": "seahorse",
"description": "Configurable mock REST API testing tool written in javascript ",
"repository": {
"type": "git",
"url": "https://github.com/jtbonhomme/seahorse.git"
},
"version": "0.1.2",
"author": "jtbonhomme@gmail.com",
"main": "./lib/main.js",
"bin": "./bin/seahorse.js",
"scripts": {
"start": "node ./bin/seahorse.js -f example/foo.json -t",
"start80": "sudo node ./bin/seahorse.js -f example/foo.json -t -p 80"
},
"dependencies": {
"express": "~3.14.0",
"express-http-proxy": "^0.6.0",
"minimist": "0.0.8",
"morgan": "^1.3.2",
"throttle": "^1.0.3"
},
"devDependencies": {
"grunt-concurrent": "~0.5.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-uglify": "~0.5.1",
"grunt-mocha-test": "^0.11.0",
"grunt-nodemon": "~0.3.0",
"hippie": "~0.3.0",
"install": "^0.1.7",
"npm": "^1.4.23",
"should": "^4.0.4"
}
}