pimatic
Version:
A home automation server and framework for the Raspberry PI running on node.js
126 lines (125 loc) • 2.79 kB
JSON
{
"name": "pimatic",
"description": "A home automation server and framework for the Raspberry PI running on node.js",
"author": "Oliver Schneider <oliverschneider89+sweetpi@gmail.com> (http://sweetpi.de)",
"main": "pimatic.js",
"files": [
"docs",
"lib",
"locales",
"test",
"ppm",
"pimatic.js",
"ppm.js",
"startup.coffee",
"Gruntfile.coffee",
"coffee-cache.js",
"config-schema.coffee",
"device-config-schema.coffee",
"config_default.json",
"README.md",
"plugins.md",
"LICENSE",
"blacklist.json"
],
"version": "0.9.54",
"license": "GPL-2.0",
"homepage": "http://pimatic.org",
"keywords": [
"pimatic",
"home-automation",
"smarthome",
"nodejs"
],
"repository": {
"type": "git",
"url": "git://github.com/pimatic/pimatic.git"
},
"bin": {
"pimatic.js": "./pimatic.js"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"basic-auth": "^1.1.0",
"bluebird": "^3.5.4",
"body-parser": "^1.15.2",
"byline": "~5.0.0",
"cassert": "pimatic/cassert#master",
"coffee-script": "^1.11.1",
"colors": "^1.1.2",
"connect-timeout": "^1.6.2",
"cookie-parser": "^1.4.4",
"cookie-session": "^1.2.0",
"cross-spawn": "^5.0.1",
"daemon": "1.1.0",
"date-format-lite": "^0.9.1",
"decl-api": "0.0.24",
"express": "^4.14.0",
"fs.extra": "^1.3.2",
"gethub": "^2.0.2",
"human-format": "^0.7.0",
"i18n-pimatic": "^0.8.3",
"jayschema": "^0.3.1",
"knex": "^0.12.6",
"lodash": "^4.17.15",
"logrotate-stream": "^0.2.5",
"method-override": "^2.3.7",
"module-alias": "^2.2.0",
"moment": "^2.16.0",
"npm": "^2.5.11",
"relaxed-json": "^1.0.0",
"request-promise": "^2.0.1",
"semver": "^5.1.0",
"socket.io": "^1.7.4",
"source-map-support": "^0.4.0",
"string": "^3.3.3",
"winston": "^2.4.4",
"yet-another-jsonlint": "^1.0.1"
},
"bundledDependencies": [
"basic-auth",
"coffee-script",
"express",
"i18n-pimatic",
"winston",
"cassert",
"lodash",
"bluebird",
"semver",
"fs.extra",
"daemon",
"date-format-lite",
"string",
"byline",
"knex",
"module-alias",
"moment",
"colors",
"decl-api",
"jayschema",
"relaxed-json",
"source-map-support",
"human-format",
"gethub",
"npm",
"socket.io"
],
"devDependencies": {
"blanket": "^1.2.2",
"coffee-errors": "^0.8.6",
"grunt": "^1.0.1",
"grunt-bump": "0.8.0",
"grunt-cli": "^1.2.0",
"grunt-coffeelint": "^0.0.16",
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.2.0",
"sinon": "^1.17.3",
"supertest": "^2.0.1"
},
"engines": {
"node": ">= 4",
"npm": ">1.1.x"
}
}