forked from sharkbox-labs/sharkwalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 934 Bytes
/
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
{
"name": "jellywave",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./riskService/node_modules/.bin/_mocha ./riskService/spec; ./riskService/node_modules/.bin/_mocha ./integrationServer/spec; ./riskService/node_modules/.bin/_mocha ./tripService/spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sharkbox-labs/jellywave.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sharkbox-labs/jellywave/issues"
},
"eslintConfig": {
"extends": "airbnb",
"env": {
"mocha": true,
"node": true,
"browser": true
}
},
"homepage": "https://github.com/sharkbox-labs/jellywave#readme",
"devDependencies": {
"eslint": "^3.10.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.6.0"
}
}