-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "gulp-autopolyfiller",
"version": "1.2.1",
"description": "Autopolyfiller plugin for Gulp.",
"homepage": "https://github.com/azproduction/gulp-autopolyfiller",
"repository": "git://github.com/azproduction/gulp-autopolyfiller.git",
"bugs": "https://github.com/azproduction/gulp-autopolyfiller/issues",
"keywords": [
"gulpplugin",
"autopolyfiller",
"polyfills",
"polyfill"
],
"author": {
"name": "Mikhail Davydov",
"email": "[email protected]",
"url": "https://github.com/azproduction"
},
"scripts": {
"test": "make validate",
"lint": "make lint",
"coverage": "make coverage",
"clean": "make clean"
},
"dependencies": {
"through": "~2.3.4",
"gulp-util": "~2.2.14",
"autopolyfiller": "^1.6.0"
},
"devDependencies": {
"mocha": "*",
"coveralls": "*",
"istanbul": "*",
"jshint": "2.1.3",
"jscs": "1.0.0",
"chai": "*",
"mocha-istanbul": "*",
"esprima-fb": "8001.2001.0-dev-harmony-fb"
},
"engineStrict": true,
"engines": {
"node": ">= 0.9"
},
"license": "MIT"
}