-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.05 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.05 KB
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
{
"name": "thingspeakclient",
"version": "0.4.0",
"description": "node.js Client for ThingSpeak",
"main": "thingspeakclient.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/imwebgefunden/thingspeakclient_node.git"
},
"bugs": {
"url": "https://github.com/imwebgefunden/thingspeakclient_node/issues"
},
"homepage": "https://github.com/imwebgefunden/thingspeakclient_node",
"author": "Thomas Schneider",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-jsbeautifier": "~0.2.6",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.2.2",
"grunt-todo": "~0.1.0",
"grunt-jsdoc": "~0.5.1",
"sinon": "~1.8.2",
"should": "~3.1.2",
"grunt-mocha-test": "~0.9.0"
},
"directories": {
"test": "test"
},
"keywords": [
"thingspeak",
"iot",
"IoT",
"sensor"
],
"license": "GPL-3.0",
"dependencies": {
"async": "~0.2.10",
"underscore": "~1.6.0",
"request": "~2.34.0"
}
}