-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 946 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": "babel-es6-polyfill",
"version": "1.1.0",
"description": "A pure ES6/ES2015 polyfill for Babel that only includes standardised features",
"scripts": {
"prepublish": "gulp build",
"postpublish": "gulp clean"
},
"author": "Jason Berry <[email protected]>",
"license": "MIT",
"main": "polyfill.js",
"keywords": [
"es6",
"ecmascript 6",
"es2015",
"babel",
"shim",
"polyfill"
],
"repository": {
"type": "git",
"url": "https://github.com/JasonBerry/babel-es6-polyfill.git"
},
"bugs": {
"url": "https://github.com/JasonBerry/babel-es6-polyfill/issues"
},
"dependencies": {
"core-js": "^0.8.1",
"regenerator-babel": "^0.8.13-2"
},
"devDependencies": {
"browserify": "^9.0.7",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}