2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-08-20 15:42:47 -06:00
Jon Moss 613cdcaf0b Update Readme docs
Adding element rendered the editor; otherwise editor wouldn't render for me.
2015-08-11 16:19:25 +01:00

61 lines
1.4 KiB
JSON

{
"name": "gulp-cssmin",
"version": "0.1.7",
"description": "minify css using gulp",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"gulpjs",
"gulpplugin",
"min",
"css"
],
"dependencies": {
"gulp-util": "~2.2.0",
"graceful-fs": "~2.0.0",
"filesize": "~2.0.0",
"temp-write": "~0.1.0",
"map-stream": "0.0.4",
"clean-css": "^3.1.9",
"gulp-rename": "~1.1.0"
},
"author": {
"name": "chilijung"
},
"license": "MIT",
"devDependencies": {
"mocha": "~1.17.1"
},
"repository": {
"type": "git",
"url": "https://github.com/chilijung/gulp-cssmin"
},
"homepage": "https://github.com/chilijung/gulp-cssmin/",
"bugs": {
"url": "https://github.com/chilijung/gulp-cssmin/issues/"
},
"gitHead": "0ab02f9a8bcdad20e6b06e66e338aa9e6a6808c1",
"_id": "gulp-cssmin@0.1.7",
"_shasum": "f576fe5211d107baa9401504249bf87aed1556bd",
"_from": "gulp-cssmin@*",
"_npmVersion": "1.4.14",
"_npmUser": {
"name": "chilijung",
"email": "chilijung@gmail.com"
},
"maintainers": [
{
"name": "chilijung",
"email": "chilijung@gmail.com"
}
],
"dist": {
"shasum": "f576fe5211d107baa9401504249bf87aed1556bd",
"tarball": "http://registry.npmjs.org/gulp-cssmin/-/gulp-cssmin-0.1.7.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/gulp-cssmin/-/gulp-cssmin-0.1.7.tgz"
}