-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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": "@nolemmings/mockingbird-client",
"version": "0.3.2",
"description": "Client for mockingbird server.",
"repository": {
"type": "git",
"url": "https://github.com/nolemmings/mockingbird-client.git"
},
"main": "./lib/client.js",
"author": {
"name": "Nolemmings",
"email": "[email protected]"
},
"dependencies": {
"babel-core": "^6.23.1",
"request-promise": "^4.1.1"
},
"devDependencies": {
"@nolemmings/mockingbird": "^0.3.2",
"babel-core": "^5.8.25",
"babel-eslint": "^7.1.1",
"babel-preset-latest": "^6.22.0",
"babel-register": "^6.23.0",
"chai": "^3.3.0",
"del": "^2.0.2",
"eslint": "^3.17.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^4.1.0",
"gulp-nodemon": "^2.0.4",
"gulp-sourcemaps": "^2.4.1",
"in-publish": "^2.0.0",
"mocha": "^3.2.0",
"request": "^2.80.0",
"supertest": "^3.0.0"
},
"scripts": {
"test": "mocha",
"prepublish": "in-publish && gulp build && npm test"
},
"peerDependencies": {
"@nolemmings/mockingbird": ">= 0.3 < 0.4"
}
}