-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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": "error-trapper",
"version": "0.3.3",
"main": "index.js",
"keywords": [
"babel-macros",
"errors",
"debug"
],
"author": "sham",
"repository": "https://github.com/shamcode/error-trapper",
"license": "MIT",
"scripts": {
"build": "WEBPACK_ENV=build webpack",
"dev": "WEBPACK_ENV=dev webpack --progress --colors",
"pretest": "npm run dev",
"test": "node ./node_modules/testem/testem.js ci",
"prepublish": "npm run build"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-generator": "^6.26.0",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
"babel-preset-latest": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"babylon": "^6.18.0",
"chai": "^4.1.2",
"escope": "^3.6.0",
"esprima": "^4.0.0",
"json-stringify-safe": "^5.0.1",
"mocha": "^3.4.1",
"mocha-phantomjs-core": "^2.1.1",
"phantomjs": "^2.1.7",
"testem": "^1.18.4",
"webpack": "^3.6.0"
},
"dependencies": {
"babel-generator": "^6.26.0",
"babel-macros": "^1.0.2"
},
"engines": {
"node": ">= 7.*"
}
}