-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
51 lines (51 loc) · 1.15 KB
/
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
42
43
44
45
46
47
48
49
50
51
{
"name": "ptz",
"version": "0.0.7",
"description": "ptz",
"main": "lib/ptz.js",
"gypfile": true,
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ghafran/ptz.git"
},
"author": "Ghafran Abbas (https://github.com/ghafran)",
"license": "ISC",
"keywords": [
"ptz",
"pan",
"tilt",
"zoom",
"fecc",
"camera",
"uvc",
"visca"
],
"bugs": {
"url": "https://github.com/ghafran/ptz/issues"
},
"homepage": "https://github.com/ghafran/ptz#readme",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"bluebird": "^3.5.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"chai": "^4.1.2",
"chalk": "^2.1.0",
"chance": "^1.0.6",
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.5.0",
"gulp-mocha": "^4.3.1",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"gulp-shell": "^0.6.3",
"run-sequence": "^2.1.0"
}
}