-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.16 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
{
"name": "tool-detect-features",
"version": "0.0.2",
"description": "Detect the features supported by the browser, powered by Modernizr.",
"main": "index.js",
"scripts": {
"lib": "modernizr -c modernizr-config.json",
"clean": "rm -rf index.html",
"reset": "npm run clean && rm -rf node_modules",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/unknownmoon/tool-detect-features.git"
},
"keywords": [
"modernizr"
],
"author": "Unknown Moon <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/unknownmoon/tool-detect-features/issues"
},
"homepage": "https://github.com/unknownmoon/tool-detect-features#readme",
"dependencies": {
"modernizr": "^3.3.1"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-htmlmin": "^2.0.0",
"gulp-inline": "^0.1.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"utility-node-log": "github:unknownmoon/utility-node-log"
}
}