UNPKG

ff-dashboard

Version:

Flimflam dashboard component comprised of a main panel and two side panels

64 lines (63 loc) 2.05 kB
{ "name": "ff-dashboard", "version": "0.0.4", "description": "Flimflam dashboard component comprised of a main panel and two side panels", "main": "lib/index.js", "style": "index.css", "scripts": { "watch-js": "babel src --out-dir lib --presets es2015 -w", "build-js": "babel src --out-dir lib --presets es2015", "watch-example-js": "watchify example/index.js -o example/build.js -t [babelify --presets es2015] -v", "watch-example-css": "postcss -c example/postcss.watch.js -w -l", "build-example-css": "postcss -c example/postcss.build.js -l", "build-example-js": "browserify example/index.js -o example/build.js -t [babelify --presets es2015] && uglifyjs example/build.js -o example/build.js -v", "prepublish": "npm run build-example-css && npm run build-example-js", "gh-pages": "git subtree push --prefix example origin gh-pages", "test": "zuul --local 1234 -- test/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/flimflamjs/ff-dashboard.git" }, "author": "yutakahoulette", "license": "MIT", "keywords": [ "flimflam", "ui", "dashboard", "flyd", "snabbdom" ], "bugs": { "url": "https://github.com/flimflamjs/ff-dashboard/issues" }, "devDependencies": { "@commitchange/color-variables": "0.0.1", "@commitchange/commons.css": "0.0.5", "@commitchange/dashboard-styles": "0.0.4", "autoprefixer": "6.4.1", "babel-cli": "6.16.0", "babel-preset-es2015": "6.14.0", "babelify": "7.3.0", "browserify": "13.1.0", "cssify": "^1.0.3", "cssnano": "^3.8.0", "mocha": "2.5.3", "postcss-cli": "2.6.0", "postcss-color-function": "^2.0.1", "postcss-import": "8.1.2", "precss": "^1.4.0", "uglify-js": "2.7.3", "watchify": "3.7.0", "zuul": "3.11.1" }, "dependencies": { "flimflam-render": "0.1.4", "flyd": "0.2.2", "flyd-ajax": "0.1.0", "flyd-flatmap": "1.0.2", "form-serialize": "^0.7.1", "ramda": "0.22.1", "snabbdom": "0.5.3" } }