forked from jaysalvat/jquery.facedetection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.bk.json
executable file
·51 lines (51 loc) · 1.09 KB
/
package.bk.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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "jquery.facedetection",
"version": "2.0.2",
"description": "A jQuery plugin to detect faces on images, videos and canvases.",
"homepage": "http://facedetection.jaysalvat.com",
"main": "./dist/jquery.facedetection.min.js",
"scripts": {
"test": "gulp test",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/jaysalvat/jquery.facedetection"
},
"keywords": [
"jquery",
"face",
"detection",
"image",
"picture",
"video",
"canvas",
"jquery-plugin"
],
"author": {
"name": "Jay Salvat",
"url": "http://jaysalvat.com"
},
"contributors": [
{
"name": "Liu Liu",
"url": "http://liuliu.me"
}
],
"license": "MIT",
"devDependencies": {
"del": "^0.1.1",
"exec": "^0.1.2",
"gulp": "^3.8.9",
"gulp-bump": "^0.1.11",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.8.5",
"gulp-qunit": "^0.3.3",
"gulp-replace": "^0.4.0",
"gulp-sync": "^0.1.3",
"gulp-uglifyjs": "^0.4.2",
"gulp-util": "^3.0.1",
"gulp-zip": "^2.0.2",
"yargs": "^1.3.2"
}
}