fimfic2epub/package.json
2016-08-11 10:06:47 +02:00

54 lines
1.3 KiB
JSON

{
"name": "fimfic2epub",
"private": true,
"version": "1.0.3",
"description": "",
"author": "djazz",
"scripts": {
"build": "gulp -p"
},
"bin": {
"fimfic2epub": "./bin/fimfic2epub.js"
},
"dependencies": {
"detect-node": "^2.0.3",
"escape-string-regexp": "^1.0.5",
"file-saver": "^1.3.2",
"html-entities": "^1.2.0",
"jszip": "^3.0.0",
"mithril": "github:lhorie/mithril.js#rewrite",
"mithril-node-render": "github:stephanhoyer/mithril-node-render#rewrite",
"pretty-data": "^0.40.0",
"tidy-html5": "^0.1.1",
"zero-fill": "^2.2.3"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-node6": "^11.0.0",
"del": "^2.2.0",
"exports-loader": "^0.6.3",
"gulp": "^3.9.1",
"gulp-filter": "^4.0.0",
"gulp-json-editor": "^2.2.1",
"gulp-standard": "^7.0.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.8",
"gulp-zip": "^3.2.0",
"image-size": "^0.5.0",
"lazypipe": "^1.0.1",
"raw-loader": "^0.5.1",
"request": "^2.72.0",
"run-sequence": "^1.2.1",
"standard": "^7.1.2",
"stylus": "^0.54.5",
"stylus-loader": "^2.1.1",
"webpack": "^2.1.0-beta.13"
},
"standard": {
"env": {
"browser": true
}
}
}