-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
42 lines (42 loc) · 963 Bytes
/
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
{
"name": "rfcontroljs",
"version": "0.0.61",
"description": "Protocol support for different 433mhz switches and weather stations for the RFControl Arduino library",
"main": "index.js",
"files": [
"test",
"lib",
"README.md",
"LICENSE",
"gulpfile.js",
"gulpfile.coffee",
"index.js"
],
"keywords": [
"433mhz",
"arduino",
"ook"
],
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/pimatic/rfcontroljs.git"
},
"author": "Oliver Schneider <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/pimatic/rfcontroljs/issues"
},
"devDependencies": {
"coffee-script": "^1.12.2",
"gulp": "~3.9.1",
"gulp-coffee": "~2.3.3",
"gulp-coffee-istanbul": "^0.9.1",
"gulp-coffeelint": "^0.6.0",
"gulp-mocha": "^3.0.1",
"gulp-plumber": "~1.1.0",
"gulp-watch": "~4.3.11"
}
}