-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 756 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 756 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
{
"author": "Elijah Parker <mail@timelapseplus.com>",
"name": "node-bulb",
"description": "low-level remote shutter bulb control",
"version": "0.1.0",
"homepage": "https://github.com/elijahparker/node-bulb",
"repository": {
"type": "git",
"url": "git://github.com/elijahparker/node-bulb.git"
},
"engines": {
"node": "~0.10.0"
},
"os": ["linux"],
"main": "build/Release/bulb.node",
"dependencies": {},
"scripts": {
"preinstall": "node-gyp rebuild",
"build-cli": "sh ./build-cli.sh"
},
"license": "MIT",
"contributors": [{
"name": "Elijah Parker",
"email": "mail@timelapseplus.com",
"url": "http://www.timelapseplus.com"
}]
}