-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 765 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 765 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
{
"name": "node-pelcod",
"version": "0.3.1",
"description": "Module to communicate with Pelco D protocol",
"main": "pelcod.js",
"scripts": {
"test": "mocha",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/Scoup/node-pelcod.git"
},
"author": "Léo Haddad M. C. Carneiro <scoup001@gmail.com> (http://github.com/Scoup)",
"license": "MIT",
"devDependencies": {
"mocha": "~2.5.3",
"chai": "~3.5.0",
"memory-streams": "~0.1.0",
"istanbul": "~0.4.3",
"keypress": "~0.2.1",
"serialport": "^9.0.3"
},
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {
"node.extend": "^1.1.2"
}
}