-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
47 lines (47 loc) · 1.22 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": "tessel-io",
"version": "1.3.0",
"description": "Tessel 2 IO Plugin for Johnny-Five JavaScript Robotics",
"main": "lib/index.js",
"scripts": {
"test": "grunt",
"test-cover": "nyc grunt nodeunit",
"coveralls": "nyc --reporter=lcov grunt nodeunit && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/rwaldron/tessel-io"
},
"keywords": [
"Tessel",
"IoT",
"Tessel 2",
"Arduino",
"Edison",
"Particle"
],
"author": "Rick Waldron",
"license": "MIT",
"bugs": {
"url": "https://github.com/rwaldron/tessel-io/issues"
},
"homepage": "https://github.com/rwaldron/tessel-io",
"devDependencies": {
"common-tags": "^1.4.0",
"coveralls": "^2.13.1",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-git-authors": "^3.2.0",
"grunt-jscs": "^3.0.1",
"nyc": "^11.0.2",
"sinon": "^2.3.5"
},
"contributors": [
"Rick Waldron <waldron.rick@gmail.com>",
"Brian Genisio <BrianGenisio@Gmail.com>",
"Donovan Buck <donovan@donovan.bz>",
"Brian Sinclair <brianarn@gmail.com>",
"Brian Vanderbusch <brian.vanderbusch@gmail.com>"
]
}