-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 778 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 778 Bytes
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
{
"name": "Remote-Camera",
"description": "Remote Camera",
"author": "Zhanxin Lin <zhanxin.info@gmail.com>",
"homepage": "https://github.com/pizn/Remote-Camera",
"private": true,
"version": "0.0.2",
"keywords": [
"webcamera",
"RaspberryPi",
"webapp"
],
"repository": {
"type": "git",
"url": "git@github.com:pizn/Remote-Camera.git"
},
"bugs": {
"url": "https://github.com/pizn/Remote-Camera/issues"
},
"scripts": {
"test": "make test"
},
"dependencies": {
"express": "3.x",
"swig": "1.3.2",
"moment": "2.5.0",
"schedule": "0.1.0",
"nodemailer": "0.6.0",
"cheerio": "0.13.1",
"iconv-lite": "0.2.11",
"async": "0.2.10",
"bufferhelper": "0.2.0",
"mocha": "*",
"should": "*"
}
}