-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 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": "hot-controller",
"version": "1.0.0-alpha.1",
"description": "",
"main": "index.js",
"bin": {
"hot-controller": "./bin/cli.js"
},
"scripts": {
"lint": "eslint src",
"test": "npm run lint && npm run test:unit",
"test:ci": "jest --config=tests/jest.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hot-controller/hot-controller.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hot-controller/hot-controller/issues"
},
"homepage": "https://github.com/hot-controller/hot-controller#readme",
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.18.2",
"eslint-plugin-jest": "^21.13.0",
"jest": "^22.4.2",
"jest-environment-node": "^22.4.1",
"superagent": "^3.8.2",
"supertest": "^3.0.0"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.6.1",
"commander": "^2.15.0",
"express": "^4.16.2",
"lodash": "^4.17.5",
"mkdirp": "^0.5.1",
"recursive-readdir": "^2.2.2",
"shuri": "^1.0.1",
"webpack": "^4.1.0",
"webpack-sources": "^1.1.0"
}
}