transcend-charts
Version:
Transcend is a charting and graph library for NUVI
45 lines (44 loc) • 1.09 kB
JSON
{
"name": "transcend-charts",
"version": "1.1.10",
"description": "Transcend is a charting and graph library for NUVI",
"main": "lib/main",
"scripts": {
"prepare": "npm run build",
"clean": "rm -rf lib",
"build": "babel src/ -d lib",
"watch": "babel src/ -d lib -w",
"start": "node examples/server.js"
},
"files": [
"fonts/",
"images/",
"lib/",
"stylesheets/"
],
"keywords": [
"NUVI"
],
"author": "Nuvi <developers@nuvi.com> (http://www.nuvi.com)",
"license": "MIT",
"peerDependencies": {},
"dependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"express": "^4.13.4",
"express-urlrewrite": "^1.2.0",
"file-loader": "^0.8.5",
"lodash": "3.10.1",
"moment": "^2.12.0",
"moment-range": "^2.2.0",
"numeral": "^1.5.3",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"webpack": "^1.12.14",
"webpack-dev-middleware": "^1.5.1"
}
}