Pushing Physical-web node to node-red-nodes

Hopefully fixing jslint errors

And once more

Getting closer

I think I've finally squashed all the jshint errors
This commit is contained in:
Ben Hardill
2015-11-23 15:24:26 +00:00
parent 59881386e8
commit d9fb187cdd
6 changed files with 317 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"name": "node-red-node-physical-web",
"version": "0.0.2",
"description": "A set of nodes to interact with the Phyical Web",
"main": "physical-web.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node-red",
"physical-web",
"eddystone",
"beacon",
"ble"
],
"node-red": {
"physical-web": "physical-web.js"
},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes.git"
},
"author": {
"name": "Ben Hardill",
"email": "hardillb@gmail.com",
"url": "http://www.hardill.me.uk/wordpress"
},
"license": "APACHE-2.0",
"dependencies": {
"eddystone-beacon": "~1.0.4",
"eddystone-beacon-scanner": "~3.0.0"
}
}