nitrogen
Version:
Nitrogen is a platform for building connected devices. Nitrogen provides the authentication, authorization, and real time message passing framework so that you can focus on your device and application. All with a consistent development platform that lev
41 lines (40 loc) • 834 B
JSON
{
"name": "nitrogen",
"homepage": "https://github.com/nitrogenjs/client",
"author": "Tim Park <timfpark@gmail.com>",
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"main": "./lib",
"repository": {
"type": "git",
"url": "https://github.com/nitrogenjs/client.git"
},
"version": "0.2.24",
"dependencies": {
"async": "~0.2.10",
"request": "~2.36.0",
"socket.io-client": "~0.9.16"
},
"devDependencies": {
"nitrogen-browser-request": "~0.3.2",
"mocha": "~1.17.1",
"uglify-js": "~2.4.13",
"jsdox": "~0.2.6"
},
"scripts": {
"test": "mocha",
"postpublish": "scripts/build-documentation"
},
"keywords": [
"devices",
"iot",
"nitrogen",
"pi",
"raspberry",
"raspberry pi"
]
}