-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1018 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
35
36
37
38
39
40
{
"name": "nightchai",
"version": "0.0.5",
"description": "A try catch plugin for nightmare",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack -d --watch",
"production": "webpack -p",
"jsdoc": "node_modules/.bin/jsdoc -c jsdoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Youngdi/nightchai.git"
},
"keywords": [
"nightmare"
],
"author": "youngdi",
"email": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/Youngdi/nightchai/issues"
},
"homepage": "https://github.com/Youngdi/nightchai#readme",
"dependencies": {
"chai": "^4.0.2",
"jsdoc": "^3.5.3",
"ramda": "^0.24.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"docdash": "^0.4.0",
"webpack": "^3.5.4",
"webpack-visualizer-plugin": "^0.1.11"
}
}