-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 775 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 775 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
{
"name": "lifx-lambda",
"version": "0.0.2",
"description": "LIFX Lambda bedside lamp toggle",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/motdotla/node-lambda-template.git"
},
"author": "motdotla",
"license": "ISC",
"bugs": {
"url": "https://github.com/motdotla/node-lambda-template/issues"
},
"homepage": "https://github.com/motdotla/node-lambda-template",
"scripts": {
"setup": "./node_modules/.bin/node-lambda setup",
"test": "./node_modules/.bin/node-lambda run",
"package": "./node_modules/.bin/node-lambda package",
"deploy": "./node_modules/.bin/node-lambda deploy"
},
"devDependencies": {
"node-lambda": "^0.9.0"
},
"dependencies": {
"lifx-http-api": "^1.0.3"
}
}