-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
33 lines (33 loc) · 840 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
33
{
"name": "jq-keyboard",
"version": "1.0.2",
"description": "jQuery-based virtual keyboard",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"dist": "gulp dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hawkgs/jqKeyboard.git"
},
"author": "hawkgs",
"license": "MIT",
"bugs": {
"url": "https://github.com/hawkgs/jqKeyboard/issues"
},
"homepage": "https://github.com/hawkgs/jqKeyboard#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.5",
"gulp-minify": "3.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-replace": "^1.0.0",
"gulp-wrap": "^0.14.0",
"jquery": "^3.3.1",
"jquery-ui-dist": "^1.12.1"
}
}