forked from brookhong/Surfingkeys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 849 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
{
"name": "surfingkeys",
"version": "0.4.1",
"description": "Map your keys for web surfing, expand your browser with javascript and keyboard.",
"main": "background.js",
"dependencies": {
"gulp-clean": "^0.3.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"babel-preset-es2015": "^6.22.0",
"gulp-uglify": "^1.5.3",
"gulp-concat": "^2.6.0",
"gulp-replace": "^0.5.4",
"gulp-zip": "^3.2.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brookhong/Surfingkeys.git"
},
"author": "brook hong",
"license": "MIT",
"bugs": {
"url": "https://github.com/brookhong/Surfingkeys/issues"
},
"homepage": "https://github.com/brookhong/Surfingkeys#readme"
}