fimfic2epub/package.json

47 lines
1 KiB
JSON
Raw Normal View History

2016-06-20 08:28:28 +12:00
{
2016-06-24 01:26:01 +12:00
"name": "fimfic2epub",
"private": true,
2016-06-24 01:26:01 +12:00
"version": "1.0.3",
2016-06-20 08:28:28 +12:00
"description": "",
"author": "djazz",
2016-06-21 23:38:30 +12:00
"scripts": {
"build": "gulp -p"
2016-06-21 23:38:30 +12:00
},
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-23 00:48:51 +12:00
"tidy-html5": "^0.1.1",
"zero-fill": "^2.2.3"
2016-06-21 09:04:08 +12:00
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"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-22 01:19:36 +12:00
"gulp-json-editor": "^2.2.1",
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",
2016-06-22 01:19:36 +12:00
"gulp-zip": "^3.2.0",
2016-06-21 09:04:08 +12:00
"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-23 02:30:10 +12:00
"webpack": "^2.1.0-beta.13"
2016-06-21 18:39:26 +12:00
},
"standard": {
"env": {
2016-06-22 01:19:36 +12:00
"browser": true
2016-06-21 18:39:26 +12:00
}
2016-06-20 08:28:28 +12:00
}
}