j3lte/node-motion

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "node-motion",
  "version": "0.1.4",
  "description": "NodeJS Client wrapper for motion package in Linux",
  "main": "cli.js",
  "bin": {
    "node-motion": "./bin/node-motion"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "node node_modules/bower/bin/bower install"
  },
  "author": [
    "j3lte <jwlagendijk@gmail.com>"
  ],
  "keywords": [
    "motion",
    "webcam",
    "linux",
    "utility",
    "command line"
  ],
  "engines": {
    "node": ">=0.10.28 <=0.12.x"
  },
  "os": [
    "linux"
  ],
  "license": "MIT",
  "devDependencies": {
    "del": "^2.2.0",
    "gulp": "^3.9.0",
    "gulp-clean": "^0.3.1",
    "gulp-eslint": "^2.0.0",
    "gulp-shell": "^0.5.2",
    "gulp-watch": "^4.2.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/j3lte/node-motion.git"
  },
  "dependencies": {
    "bower": "^1.7.7",
    "chalk": "^1.1.1",
    "express": "^4.13.4",
    "jade": "^1.11.0",
    "lodash": "^4.5.1",
    "optimist": "^0.6.1",
    "shelljs": "^0.6.0",
    "tmp": "0.0.26",
    "update-notifier": "^0.6.1"
  }
}