UNPKG

lines-svg

Version:

LinesSvg is a financial chart library. Support formats are lineal, candlestick, sma & ema charts.

61 lines (60 loc) 1.71 kB
{ "name": "lines-svg", "version": "0.4.21", "description": "LinesSvg is a financial chart library. Support formats are lineal, candlestick, sma & ema charts.", "main": "dist/main.js", "repository": { "type": "git", "url": "https://github.com/bbvox/lines-svg.git" }, "config": { "svgSrc": "node_modules/snapsvg/dist/snap.svg-min.js", "src": "src/lines.js", "dest": "dist/lines.js", "timeout": 10000 }, "scripts": { "start": "webpack --process --mode=development --watch=true", "build:dev": "webpack --process --mode=development --watch=true", "build:prod": "webpack --process --mode=production", "test": "mocha test/*.test.js --recursive --exit", "test:cover": "nyc --reporter=lcov npm test", "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", "test:cover-html": "nyc --reporter=html npm test", "lint": "eslint .", "serve": "serve ./", "prepare": "npm run build:prod", "npm:bump": "npm version patch", "npm:publish": "npm publish" }, "keywords": [ "svg", "forex charts", "candlestick", "averages", "responsive" ], "author": "bbvox", "license": "MIT", "dependencies": { "snapsvg": "*" }, "devDependencies": { "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.0", "babel-loader": "^8.1.0", "babel-preset-env": "^1.7.0", "chai": "^4.2.0", "coveralls": "^3.0.11", "eslint": "^6.8.0", "imports-loader": "^0.8.0", "jsdom": "^15.2.1", "jsdom-global": "^3.0.2", "mocha": "^6.2.3", "nyc": "^14.1.1", "serve": "^11.3.0", "sinon": "^7.5.0", "webpack": "^4.42.1", "webpack-cli": "^3.3.11" } }