-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.09 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
49
{
"name": "mokr",
"version": "1.4.0",
"description": "A fixture/mock data framework",
"main": "index.js",
"scripts": {
"test": "happiness"
},
"bin": {
"mokr": "./bin/mokr",
"mokr-create": "./bin/mokr-create",
"mokr-down": "./bin/mokr-down",
"mokr-init": "./bin/mokr-init",
"mokr-status": "./bin/mokr-status",
"mokr-up": "./bin/mokr-up"
},
"repository": {
"type": "git",
"url": "git@github.com:MusicMapIo/Mokr.git"
},
"keywords": [
"fixture",
"mock",
"data"
],
"author": "MusicMap.io",
"license": "ISC",
"bugs": {
"url": "https://github.com/MusicMapIo/Mokr/issues"
},
"homepage": "https://github.com/MusicMapIo/Mokr",
"dependencies": {
"chalk": "^1.1.0",
"commander": "^2.8.1",
"each-async": "^1.1.1",
"init-package-json": "^1.8.0",
"loggerr": "^1.3.2",
"run-series": "^1.1.2"
},
"devDependencies": {
"async-foreach": "^0.1.3",
"body-parser": "^1.13.3",
"express": "^4.13.3",
"faker": "^3.0.1",
"happiness": "^5.5.0",
"lodash.range": "^3.0.1",
"request": "^2.60.0"
}
}