-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (38 loc) · 814 Bytes
/
package.json
File metadata and controls
39 lines (38 loc) · 814 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
29
30
31
32
33
34
35
36
37
38
39
{
"name": "zzplock",
"version": "0.1.3",
"description": "移动端HTML5手势解锁",
"main": "gulpfile.js",
"dependencies": {
"browser-sync": "^2.18.5",
"gulp": "^3.9.1"
},
"devDependencies": {
"autoprefixer": "^6.6.1",
"babel-preset-es2015": "^6.24.0",
"browser-sync": "^2.18.8",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-less": "^3.3.0",
"gulp-load-plugins": "^1.4.0",
"gulp-uglify": "^2.1.2"
},
"keywords": [
"js",
"web-mobile",
"H5-lock",
"web-component"
],
"bugs": {
"url": "https://github.com/hbxtben/zzplock/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hbxtben/zzplock.git"
},
"scripts": {
"test": "gulp build"
},
"author": "zzp",
"license": "ISC"
}