forked from node-modules/webcamera
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 840 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
42
{
"name": "webcamera",
"version": "0.2.3",
"description": "a camera to shooting web page",
"keywords": [
"phantomjs",
"web",
"camera",
"screenshot",
"shot"
],
"author": "dead_horse <dead_horse@qq.com>",
"homepage": "https://github.com/dead-horse/web-camera",
"repository": {
"type": "git",
"url": "git@github.com:dead-horse/web-camera.git"
},
"dependencies": {
"bagpipe": "~0.3.5",
"optimist": "~0.6.1",
"qn": "~0.2.2",
"utility": "~0.1.16"
},
"devDependencies": {
"autod": "^0.2.2",
"blanket": ">=1.1.4",
"mm": "~0.2.1",
"mocha": "*",
"pedding": "~1.0.0",
"should": "~3.3.2"
},
"bin": {
"camera": "./bin/camera"
},
"scripts": {
"test": "make test",
"blanket": {
"pattern": "web-camera/lib"
}
},
"main": "index"
}