UNPKG

vue-dashing-js

Version:

A fork of nuvo-dashing-js that replaces Batman.js with Vue.js

70 lines (69 loc) 1.89 kB
{ "name": "vue-dashing-js", "description": "A fork of nuvo-dashing-js that replaces Batman.js with Vue.js", "author": { "name": "Fabio Caseri", "email": "fabio.caseri@gmail.com", "url": "http://www.fabiocaseri.com" }, "version": "0.2.2", "license": "MIT", "dependencies": { "async": "~1.2.0", "coffee-script": "~1.9.3", "commander": "~2.8.1", "consolidate": "~0.13.1", "bluebird": "^2.9.27", "ejs": "~0.8.3", "express": "~4.12.4", "express-ejs-layouts": "~1.1.0", "fs-extra": "~0.18.4", "jade": "~0.35.0", "mincer": "~1.2.4", "node-sass": "~3.1.2", "node-schedule": "~0.2.8", "prompt": "~0.2.14", "request": "~2.57.0", "unzip": "~0.1.11", "walker": "~1.0.7", "winston": "~1.0.0", "morgan": "~1.5.3", "errorhandler": "~1.3.6", "compression": "~1.4.4", "body-parser": "~1.12.4", "method-override": "~2.3.3", "serve-static": "~1.9.3" }, "devDependencies": { "ejs": "*", "jade": "*", "mocha": "*", "should": "*" }, "keywords": [ "dashing", "dashboard", "web" ], "repository": { "type": "git", "url": "git://github.com/thelinuxlich/vue-dashing-js.git" }, "main": "index", "bin": { "dashing-js": "./bin/dashing-js" }, "scripts": { "test": "make test" }, "engine": "node >= 0.10", "gitHead": "82d67d3bf2d77f908d6b7f8b31ff598069e1e0a4", "bugs": { "url": "https://github.com/thelinuxlich/vue-dashing-js/issues" }, "homepage": "https://github.com/thelinuxlich/vue-dashing-js#readme", "maintainers": [{ "name": "thelinuxlich", "email": "thelinuxlich@lauchlin.com" }] }