-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 894 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
{
"name": "tessel-ir-utility",
"version": "1.0.0",
"description": "A project to make getting started with Tessel's IR module a little easier.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"tessel": "t2 run index.js",
"deploy": "t2 push index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snollygolly/tessel-ir-utility.git"
},
"author": "snollygolly",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/snollygolly/tessel-ir-utility/issues"
},
"homepage": "https://github.com/snollygolly/tessel-ir-utility#readme",
"dependencies": {
"bluebird": "^3.3.4",
"co": "^4.6.0",
"ir-attx4": "^0.2.9",
"koa": "^1.1.2",
"koa-hbs": "^0.7.0",
"koa-router": "^5.3.0",
"koa-socket": "^4.3.0",
"koa-static": "^2.0.0"
}
}