-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.14 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.14 KB
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
{
"name": "check-es5-webpack-plugin",
"version": "1.0.13",
"description": "Checks whether the output js is ES5 compatible",
"main": "commonjs/es7/index.js",
"module": "module/es7/index.js",
"jsnext:main": "module/es7/index.js",
"scripts": {
"build": "babel-node src/build/index.js",
"prepublish": "npm run build",
"sync": "curl -H \"x-force-sync: true\" -s http://npm.caimi-inc.com/check-es5-webpack-plugin"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xboy2012/check-es5-webpack-plugin.git"
},
"author": "xboy2012",
"license": "ISC",
"bugs": {
"url": "https://github.com/xboy2012/check-es5-webpack-plugin/issues"
},
"homepage": "https://github.com/xboy2012/check-es5-webpack-plugin#readme",
"dependencies": {
"acorn": "^6.0.4",
"colors": "^1.3.2",
"fs-extra": "^7.0.1",
"md5": "^2.2.1",
"tempy": "^0.2.1"
},
"peerDependencies": {
"webpack": ">= 2"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/node": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"rollup": "^0.67.3",
"rollup-plugin-babel": "^4.0.3"
}
}