-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·47 lines (47 loc) · 985 Bytes
/
package.json
File metadata and controls
executable file
·47 lines (47 loc) · 985 Bytes
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": "tesselate",
"version": "0.0.3",
"description": "Easily load tessel modules — without .ready()",
"main": "tsl8.js",
"scripts": {
"test": "tessel run test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/MrNice/tesselate.git"
},
"keywords": [
"tessel",
"node",
"bots",
"module",
"loader",
"plugins",
"tessellate"
],
"contributors": [
{
"name": "Nicholas van de walle",
"email": "nicholas@niceguys.co",
"url": "http://niceguys.co"
},
{
"name": "Rohan Pethiyagoda",
"email": "sarith21@gmail.com",
"url": "http://suchisthepowerofjs.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/MrNice/tesselate/issues"
},
"hardware": {
"./tsl8.js": true,
"./modules.json": true
},
"homepage": "https://github.com/MrNice/tesselate",
"devDependencies": {
"accel-mma84": "^0.2.3",
"ble-ble113a": "^0.1.9"
}
}