forked from eduardolundgren/tracking.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 961 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
39
40
41
{
"name": "tracking.js",
"version": "1.0.0",
"description": "A modern approach for Computer Vision on the web.",
"homepage": "http://trackingjs.com",
"keywords": [
"tracking",
"trackingjs",
"webrtc"
],
"author": {
"name": "Eduardo Lundgren",
"email": "[email protected]",
"web": "http://eduardo.io",
"twitter": "eduardolundgren"
},
"repository": {
"type": "git",
"url": "[email protected]:eduardolundgren/tracking.js.git"
},
"scripts": {
"test": "gulp test"
},
"license": "BSD",
"devDependencies": {
"gulp": "^3.8.1",
"gulp-concat": "^2.2.0",
"gulp-esformatter": "^0.5.0",
"gulp-header": "^1.0.2",
"gulp-jsdoc": "^0.1.4",
"gulp-jshint": "^1.6.3",
"gulp-nodeunit": "0.0.5",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.0",
"gulp-uglify": "^0.3.1",
"jshint-stylish": "^0.4.0",
"nodeunit": "0.9.0",
"png-js": "0.1.1",
"run-sequence": "^0.3.6"
}
}