-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 857 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
{
"name": "browser-su",
"version": "0.1.0",
"description": "A cooler w3c Permission API with query, request and a lot more permissions to call",
"scripts": {
"build": "node node_modules/.bin/gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/jimmywarting/browser-su.git"
},
"author": "Jimmy Wärting <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jimmywarting/browser-su/issues"
},
"homepage": "https://github.com/jimmywarting/browser-su",
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.6.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-jscs": "^4.0.0",
"gulp-jsdoc3": "^1.0.1",
"gulp-mocha": "^3.0.1",
"gulp-wrap": "^0.13.0"
},
"dependencies": {
"gulp-uglify": "^2.0.0"
}
}