fimfic2epub/package.json

44 lines
1,016 B
JSON
Raw Normal View History

2016-06-20 08:28:28 +12:00
{
"name": "fimfic2epub.js",
"private": true,
2016-06-20 08:28:28 +12:00
"version": "1.0.0",
"description": "",
"author": "djazz",
2016-06-20 08:28:28 +12:00
"dependencies": {
"escape-string-regexp": "^1.0.5",
2016-06-21 09:04:08 +12:00
"file-saver": "^1.3.2",
"html-entities": "^1.2.0",
2016-06-20 08:28:28 +12:00
"jszip": "^3.0.0",
"mithril": "^0.2.5",
"pretty-data": "^0.40.0",
2016-06-21 18:39:26 +12:00
"tidy-html5": "^0.1.1"
2016-06-21 09:04:08 +12:00
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-strict-mode": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-node6": "^11.0.0",
"del": "^2.2.0",
2016-06-21 19:55:43 +12:00
"exports-loader": "^0.6.3",
2016-06-21 09:04:08 +12:00
"gulp": "^3.9.1",
2016-06-21 19:14:57 +12:00
"gulp-filter": "^4.0.0",
2016-06-21 18:39:26 +12:00
"gulp-standard": "^7.0.1",
2016-06-21 09:04:08 +12:00
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.8",
"lazypipe": "^1.0.1",
2016-06-21 21:32:49 +12:00
"raw-loader": "^0.5.1",
2016-06-21 09:04:08 +12:00
"run-sequence": "^1.2.1",
2016-06-21 18:39:26 +12:00
"standard": "^7.1.2",
2016-06-21 21:32:49 +12:00
"stylus": "^0.54.5",
"stylus-loader": "^2.1.1",
2016-06-21 09:04:08 +12:00
"webpack": "^1.13.1"
2016-06-21 18:39:26 +12:00
},
"standard": {
"env": {
"browser": true,
"node": true
}
2016-06-20 08:28:28 +12:00
}
}