Add tessel hardware property to package.json

This commit is contained in:
Adrian Zankich 2014-02-13 15:31:37 -08:00
parent fe93b59d1e
commit 515ffc38f9
1 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,14 @@
"type": "Apache 2.0"
}
],
"hardware": {
"*": false,
"./": false,
"async": true,
"node-namespace": true,
"./dist": true,
"./dist/cli": false
},
"bin": {
"cylon": "./bin/cylon"
},