forked from tympanix/pattern-lock-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 861 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
34
35
36
37
38
{
"name": "pattern-lock-js",
"version": "1.0.1",
"description": "An android inspired patter lock in pure javascript",
"main": "patternlock.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"jquery": "^3.2.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-preset-env": "^1.6.0",
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-clean-css": "^3.7.0",
"gulp-if": "^2.0.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"pattern",
"lock",
"android",
"authentication",
"javascript",
"web"
],
"author": "tympanix",
"license": "MIT",
"repository": "https://github.com/tympanix/pattern-lock-js.git"
}