-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.06 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": "es5to3-webpack-plugin",
"version": "1.0.0",
"description": "Transforms JavaScript from ES5 to ES3 bundled by webpack.",
"author": {
"name": "pro!vision GmbH",
"url": "http://www.pro-vision.de"
},
"contributors": [{
"name": "Matthias Hauch",
"email": "[email protected]"
}],
"homepage": "https://github.com/wcm-io-frontend/es5to3-webpack-plugin",
"bugs": {
"url": "https://github.com/wcm-io-frontend/es5to3-webpack-plugin/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wcm-io-frontend/es5to3-webpack-plugin.git"
},
"engines": {
"node": ">=0.12"
},
"keywords": [
"webpack",
"plugin",
"output",
"es3ify",
"es3",
"es5",
"transformer",
"pro!vision"
],
"main": "index.js",
"dependencies": {
"es3ify": "^0.2.2",
"jstransform": "^11.0.2",
"webpack-sources": "^0.1.2"
},
"devDependencies": {
"mocha": "^2.5.3",
"should": "^9.0.0",
"webpack": "^1.13.1"
},
"license": "Apache-2.0",
"scripts": {
"test": "mocha"
}
}