Add babel

This commit is contained in:
Tom Raithel
2017-01-20 08:29:47 +01:00
parent 37ae2943d5
commit a120849d56
5 changed files with 59 additions and 47 deletions

View File

@@ -4,14 +4,16 @@
"description": "",
"main": "index.js",
"scripts": {
"create": "node ./scripts/create.js",
"clean": "node ./scripts/clean.js",
"create": "npm run clean && babel-node ./scripts/create.js",
"clean": "babel-node ./scripts/clean.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tom Raithel <t.raithel@googlemail.com> (http://www.tomraithel.de)",
"license": "MIT",
"dependencies": {
"async": "2.1.4",
"babel-cli": "6.22.2",
"babel-preset-latest": "6.22.0",
"front-matter": "2.1.1",
"fs-extra": "2.0.0",
"marked": "0.3.6"