File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " simple-data-grapher" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.2.2 " ,
44 "description" : " Turns CSVs into graphs in a few simple steps; various import and export options" ,
55 "main" : " src/PublicLab.Grapher.js" ,
66 "scripts" : {
77 "build" : " watch 'babel src -d dist/transpiled_code & browserify dist/transpiled_code/SimpleDataGrapher.js -o dist/PublicLab.Grapher.js' src" ,
88 "heroku-postbuild" : " babel src -d dist/transpiled_code & browserify dist/transpiled_code/SimpleDataGrapher.js -o dist/PublicLab.Grapher.js" ,
99 "test" : " ./node_modules/mocha/bin/mocha --require @babel/register --require @babel/polyfill --require jsdom-global/register spec/js/" ,
1010 "lint" : " eslint ./src ./dist ./spec --fix" ,
11- "start" : " http-server -c-1 -p 8000"
11+ "start" : " http-server -c-1 -p $PORT" ,
12+ "dev_start" : " http-server -c-1 -p 8000"
1213 },
1314 "repository" : {
1415 "type" : " git" ,
2930 "dependencies" : {
3031 "chai" : " ^4.2.0" ,
3132 "chartjs" : " ^0.3.24" ,
33+ "express" : " ^4.17.1" ,
3234 "file-system" : " ^2.2.2" ,
3335 "googleapis" : " ^39.2.0" ,
3436 "http-server" : " ^0.11.1" ,
You can’t perform that action at this time.
0 commit comments