1
0
mirror of https://github.com/eric-wood/excel2latex.git synced 2024-06-25 07:27:55 +02:00
excel2latex/package.json

19 lines
491 B
JSON
Raw Normal View History

2017-12-09 17:36:44 +01:00
{
"name": "excel2latex",
"version": "1.0.0",
"description": "Convert xslx files to LaTeX tables, in your browser!",
"main": "index.js",
"scripts": {
"start": "parcel index.html",
2017-12-09 18:23:13 +01:00
"build": "parcel build index.html --no-minify --public-url ./",
2017-12-09 17:48:58 +01:00
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf dist"
2017-12-09 17:36:44 +01:00
},
"author": "Eric Wood",
"license": "ISC",
"devDependencies": {
2017-12-09 17:48:58 +01:00
"babel-preset-env": "^1.6.1",
2017-12-09 17:36:44 +01:00
"parcel-bundler": "^1.1.0"
}
}