-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.35 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.35 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "imp-io",
"description": "Electric Imp IO Plugin for Johnny-Five",
"version": "0.3.0",
"homepage": "https://github.com/rwaldron/imp-io",
"author": {
"name": "Rick Waldron <waldron.rick@gmail.com>",
"email": "waldron.rick@gmail.com"
},
"contributors": [
{ "name": "Donovan Buck", "email": "<donovan@donovan.bz>" },
{ "name": "Sue Lockwood", "email": "<deathbearbrown@gmail.com>" }
],
"keywords": [
"electric imp",
"imp",
"io",
"arduino",
"intel",
"galileo",
"edison",
"firmata",
"johnny-five"
],
"repository": {
"type": "git",
"url": "git://github.com/rwaldron/imp-io.git"
},
"bugs": {
"url": "https://github.com/rwaldron/imp-io/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rwaldron/imp-io/blob/master/LICENSE-MIT"
}
],
"main": "lib/imp",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"es6-shim": "latest",
"request": "latest",
"temporal": "latest"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-jsbeautifier": "~0.2.2",
"grunt-jscs": "^1.0.0",
"rewire": "^2.1.3",
"sinon": "~1.7.3"
},
"scripts": {
"test": "grunt"
},
"js-flags": "--harmony"
}