daisho
Version:
Modular dashboard framework
80 lines • 1.94 kB
JSON
{
"name": "daisho",
"version": "1.2.72",
"description": "Modular dashboard framework",
"main": "lib/daisho.js",
"module": "lib/daisho.mjs",
"jsnext:main": "lib/daisho.mjs",
"files": [
"lib/",
"src/"
],
"scripts": {
"build": "sake build",
"prepublishOnly": "sake build",
"pretest": "sake build",
"test": "sake test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hanzo-io/daisho.git"
},
"keywords": [
"dash",
"dashboard",
"ecommerce",
"hanzo",
"modular"
],
"author": "Hanzo, Inc <hi@hanzo.io>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/hanzo-io/daisho/issues"
},
"homepage": "https://github.com/hanzo-io/daisho#readme",
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"co-mocha": "^1.2.2",
"codecov.io": "^0.1.6",
"coffee-coverage": "^3.0.0",
"coffeescript": "^2",
"coveralls": "^3.0.2",
"es5-shim": "^4.5.12",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"mz": "^2.7.0",
"postmortem": "^0.2.6",
"sake-bundle": "^0.6.14",
"sake-cli": "^0.7.2",
"sake-linked": "^0.1.2",
"sake-outdated": "^0.4.4",
"sake-publish": "^0.1.17",
"sake-test": "^0.2.1",
"sake-version": "^0.1.19"
},
"dependencies": {
"akasha": "^0.1.10",
"broken": "^0.1.13",
"d3-array": "1.2.4",
"d3-axis": "1.0.12",
"d3-interpolate": "1.3.2",
"d3-selection": "1.3.2",
"d3-shape": "1.2.2",
"d3-svg-legend": "2.25.6",
"d3-tip": "0.9.1",
"d3-transition": "1.1.3",
"el-controls": "1.2.44",
"el.js": "^2.1.37",
"es-is": "^3.3.10",
"es-raf": "^3.3.1",
"es-selectize": "^0.12.10",
"es-tween": "^0.1.0",
"hanzo.js": "^2.5.4",
"moment-timezone": "^0.5.23",
"randomcolor": "^0.5.3",
"referential": "0.5.23",
"riot-observable": "^3.0.0",
"shop.js-util": "^0.0.7"
}
}