htmlawed/package.json

25 lines
586 B
JSON
Raw Normal View History

2016-07-05 12:45:22 +03:00
{
"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": {
2016-07-05 18:47:27 +03:00
"babel-cli": "latest",
"babel-plugin-transform-es2015-destructuring": "latest",
"babel-plugin-transform-object-rest-spread": "latest",
"eslint": "latest",
"eslint-plugin-no-regex-dot": "latest"
2016-07-05 12:45:22 +03:00
},
"scripts": {
}
}