node-red-nodes/package.json

40 lines
1.1 KiB
JSON

{
"name" : "node-red-nodes",
"version" : "0.0.1",
"description" : "Node-RED-nodes package to hold the test framework ONLY - use npm to install individual nodes",
"homepage" : "http://nodered.org",
"license" : "Apache",
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes.git"
},
"contributors": [
{"name": "Dave Conway-Jones"},
{"name": "Nick O'Leary"}
],
"keywords": [
"Node-RED", "nodes", "iot", "ibm", "flow"
],
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-simple-mocha": "0.4.0",
"grunt-contrib-jshint": "0.11.0",
"grunt-lint-inline": "0.4.3",
"grunt-jscs": "0.8.*",
"jshint-stylish": "1.0.1",
"mocha": "2.1.0",
"should": "4.6.5",
"sinon": "1.12.2",
"supertest": "0.15.0",
"proxyquire": "1.4.0",
"pushbullet": "1.4.*",
"when": "^3.6.4",
"exif": "0.4.0",
"ngeohash": "0.6.*"
},
"engines": {
"node": ">=0.8 <0.11"
}
}