radxa-rock
Version:
GPIO interface for the Radxa Rock
44 lines (43 loc) • 1.12 kB
JSON
{
"name": "rock-web-example",
"version": "1.0.0",
"description": "Simple web server interface to the radxa rock GPIO",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jeremy Darling <jeremy.darling@gmail.com>",
"license": "MIT",
"devDependencies": {
"browserify": "^5.11.2",
"cheerio": "^0.17.0",
"glob": "^4.0.5",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^1.0.0",
"gulp-cache": "^0.2.2",
"gulp-cheerio": "^0.3.2",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.0",
"gulp-less": "^1.3.5",
"gulp-minify-css": "^0.3.8",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.4.0",
"gulp-uglify": "^1.0.1",
"mocha": "^1.21.4",
"vinyl-source-stream": "^1.0.0"
},
"dependencies": {
"bunyan": "^1.0.1",
"async": "^0.7.0",
"busboy": "^0.2.5",
"handlebars": "^2.0.0-alpha.2",
"hapi": "^6.8.1",
"hapi-auth-cookie": "^1.0.2",
"joi": "^4.6.2",
"longjohn": "^0.2.4",
"request": "^2.34.0",
"semver": "^2.2.1",
"sift": "0.0.16",
"socket.io": "^1.0.4"
}
}