-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.04 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "yesman",
"version": "1.0.8",
"description": "Json Mocking Server",
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "https://github.com/KevinSheedy/YesMan"
},
"keywords": [
"json",
"mock",
"mocking",
"server"
],
"author": "Kevin Sheedy",
"license": "MIT",
"main": "exports.js",
"bin": {
"yesman": "./cli.js"
},
"bugs": {
"url": "https://github.com/KevinSheedy/YesMan/issues"
},
"homepage": "https://github.com/KevinSheedy/YesMan",
"dependencies": {
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"express": "~4.9.0",
"glob": "^4.3.5",
"grunt": "^0.4.5",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.4.19",
"handlebars": "^2.0.0",
"jade": "~1.6.0",
"json-cascade": "^1.0.3",
"morgan": "~1.3.0",
"node.extend": "^1.1.2",
"request": "^2.45.0",
"serve-favicon": "~2.1.3",
"underscore": "^1.7.0",
"wrench": "^1.5.8"
},
"devDependencies": {}
}