-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 843 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 843 Bytes
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
{
"name": "gulp-has",
"description": "Optimize code paths using has API feature detection.",
"version": "1.0.0",
"repository": "https://github.com/jeffrose/gulp-has.git",
"homepage": "https://github.com/jeffrose/gulp-has",
"bugs": "https://github.com/jeffrose/gulp-has/issues",
"author": "Jeff Rose",
"license": "Apache-2.0",
"keywords": [
"feature detection",
"gulpplugin",
"has",
"has.js",
"modernizr",
"uglify-js"
],
"main": "index.js",
"files": [ "index.js" ],
"dependencies": {
"gulp-util": "3.0.6"
},
"devDependencies": {
"chai": "3.0.0",
"gulp": "3.9.0",
"gulp-istanbul": "0.10.0",
"gulp-mocha": "2.1.2",
"mocha": "2.2.5"
},
"engines": {
"node": ">= 0.10"
}
}