Add package.json and babelrc

master
Vitaliy Filippov 2016-07-05 12:45:22 +03:00
commit ec59863ec0
2 changed files with 27 additions and 0 deletions

4
.babelrc Normal file
View File

@ -0,0 +1,4 @@
{
"plugins": [ "transform-es2015-destructuring", "transform-object-rest-spread" ],
"retainLines": true
}

23
package.json Normal file
View File

@ -0,0 +1,23 @@
{
"author": {
"name": "Vitaliy Filippov",
"email": "vitalif@yourcmc.ru",
"url": "http://yourcmc.ru/wiki/"
},
"name": "htmlawed",
"description": "JS port of htmLawed HTML filter library",
"repository": {
"type": "git",
"url": "https://github.com/vitalif/htmlawed"
},
"dependencies": {
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"eslint": "^3.0.0"
},
"scripts": {
}
}