UNPKG

mozaik

Version:

Mozaik dashboard composition tool

99 lines (98 loc) 2.19 kB
{ "name": "mozaik", "version": "1.4.4", "description": "Mozaik dashboard composition tool", "repository": { "type": "git", "url": "git://github.com/plouc/mozaik" }, "author": { "name": "Raphaël Benitte", "url": "https://github.com/plouc" }, "engines": { "node": "0.12.x", "npm": ">=3.0.0" }, "licenses": [ { "type": "MIT", "url": "https://github.com/plouc/mozaik/blob/master/LICENSE.md" } ], "homepage": "https://github.com/plouc/mozaik", "main": "src/Mozaik.js", "keywords": [ "mozaik", "realtime", "websockets", "components", "widget", "extension", "dashboard", "framework", "dataviz", "d3", "react" ], "dependencies": { "bluebird": "3.3.5", "browserify": "13.0.0", "browserify-resolutions": "1.0.6", "chalk": "1.1.3", "classnames": "2.2.3", "d3": "3.5.16", "del": "2.2.0", "dotenv": "2.0.0", "express": "4.13.4", "font-awesome": "4.5.0", "glob": "7.0.3", "gulp": "3.9.1", "gulp-flatten": "0.2.0", "gulp-rename": "1.2.2", "gulp-strip-debug": "1.1.0", "gulp-stylus": "2.3.1", "gulp-uglify": "1.5.3", "gulp-util": "3.0.7", "lodash": "4.10.0", "memory-cache": "0.1.5", "react-mixin": "3.0.4", "reflux": "0.4.1", "request": "2.71.0", "superagent": "1.8.3", "superagent-bluebird-promise": "3.0.0", "swig": "1.4.2", "vinyl-buffer": "1.0.0", "vinyl-source-stream": "1.1.0", "watchify": "3.7.0", "winston": "2.2.0", "ws": "1.1.0" }, "devDependencies": { "babel-eslint": "6.0.2", "babel-preset-es2015": "6.6.0", "babel-preset-react": "6.5.0", "babel-register": "6.7.2", "babelify": "7.2.0", "enzyme": "2.2.0", "eslint": "2.7.0", "eslint-plugin-react": "4.3.0", "expect": "1.16.0", "mocha": "2.4.5", "mockery": "1.5.1", "react": "^0.13.3", "sinon": "1.17.3" }, "peerDependencies": { "react": "^0.13.3" }, "browserify": { "transform": [ "babelify" ] }, "scripts": { "eslint": "eslint --ext .js --ext .jsx ./src/*", "test": "mocha --opts mocha.opts" } }