-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.02 KB
/
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
43
44
45
46
47
{
"name": "huemidoro",
"version": "0.0.3",
"description": "Turns all your Philips HUE lamps red when it's time for a break :)",
"keywords": [
"ratelimiter"
],
"author": "Kevin van Zonneveld <[email protected]>",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"debug": "^2.2.0",
"node-hue-api": "^1.0.0",
"ratestate": "0.3.0",
"source-map-support": "^0.2.8",
"underscore": "^1.8.3",
"snyk": "^1.88.2"
},
"devDependencies": {
"should": "4.0.4",
"coffee-script": "1.7.1",
"chai": "1.9.1",
"mocha": "1.20.1",
"coffeelint": "1.5.2"
},
"repository": {
"type": "git",
"url": "git://github.com/kvz/huemidoro.git"
},
"directories": {
"lib": "./lib"
},
"preferGlobal": true,
"bin": {
"baseamp": "./bin/huemidoro.js"
},
"scripts": {
"test": "make test",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect",
"prepare": "npm run snyk-protect"
},
"license": "MIT",
"main": "./index",
"snyk": true
}