-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.08 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
{
"name": "@nolemmings/mockingbird",
"version": "0.3.3",
"description": "REST mock server.",
"repository": {
"type": "git",
"url": "https://github.com/nolemmings/mockingbird.git"
},
"main": "./lib/server.js",
"author": {
"name": "Nolemmings",
"email": "[email protected]"
},
"devDependencies": {
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"chai": "^3.3.0",
"del": "^2.0.2",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.6.3",
"gulp": "^3.9.0",
"gulp-babel": "^5.3.0",
"gulp-eslint": "^1.0.0",
"gulp-mocha": "^2.1.3",
"gulp-nodemon": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"in-publish": "^2.0.0",
"mocha": "^2.3.3",
"supertest": "^1.1.0"
},
"scripts": {
"test": "mocha",
"prepublish": "in-publish && gulp build && npm test"
},
"dependencies": {
"ajv": "^1.4.5",
"babel": "^5.8.23",
"body-parser": "^1.14.1",
"convict": "^1.0.1",
"cors": "^2.7.1",
"express": "^4.13.3",
"lodash": "^4.6.0",
"node-uuid": "^1.4.3",
"winston": "^1.1.1"
}
}