rms-sparklines
Version:
A sparkline collection, written as web components
64 lines (63 loc) • 1.78 kB
JSON
{
"name": "rms-sparkline-inline",
"author": "Rodrigo Silveira",
"version": "0.0.0-see-parent-for-version",
"description": "Sparkline Bar Chart Web Component",
"homepage": "hhttps://github.com/RodrigoMattosoSilveira/rms-sparklines#README",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "hhttps://github.com/RodrigoMattosoSilveira/rms-sparklines/issues",
"email": "rodrigomattososilveira@gmail.com"
},
"repository": {
"type": "git",
"url": "hhttps://github.com/RodrigoMattosoSilveira/rms-sparklines.git"
},
"main": "dist/rms-sparkline-inline.js",
"types": "dist/rms-sparkline-inline.d.ts",
"directories": {
"test": "test"
},
"keywords": [
"rms-sparkline-inline",
"nutmeg"
],
"license": "MIT",
"scripts": {
"build": "webpack",
"prepare": "npm run build",
"serve": "npm run watch & http-server",
"test": "npm run build && karma start",
"watch": "webpack --watch"
},
"dependencies": {
"lit-html": "^0.7.0"
},
"devDependencies": {
"@types/chai": "4.0.4",
"@types/karma-fixture": "0.2.3",
"@types/mocha": "2.2.43",
"@webcomponents/webcomponentsjs": "1.0.14",
"bdd-lazy-var": "1.3.0",
"browser-es-module-loader": "0.4.1",
"chai": "4.1.2",
"http-server": "0.10.0",
"karma": "^2.0.4",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-firefox-launcher": "1.0.1",
"karma-fixture": "0.2.6",
"karma-html2js-preprocessor": "1.1.0",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-opera-launcher": "1.0.0",
"karma-safari-launcher": "1.0.0",
"karma-webpack": "2.0.5",
"mocha": "4.0.1",
"ts-loader": "2.3.7",
"typescript": "2.5.3",
"webpack": "3.6.0"
}
}