forked from brookhong/Surfingkeys
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 762 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 762 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
{
"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-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"
},
"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"
}