2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-24 10:24:29 -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

94 lines
2.5 KiB
JSON

{
"name": "gulp-minify-css",
"description": "Minify css with clean-css.",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/murphydanger/gulp-minify-css.git"
},
"author": {
"name": "Jonathan Pollack",
"email": "jonathan@gnobel.com",
"url": "gnobel.com"
},
"contributors": [
{
"name": "Shinnosuke Watanabe",
"email": "snnskwtnb@gmail.com",
"url": "github.com/shinnn"
}
],
"keywords": [
"gulpplugin",
"minify",
"optimize",
"optimise",
"compress",
"css",
"clean-css"
],
"license": "MIT",
"files": [
"index.js"
],
"scripts": {
"pretest": "eslint --config node_modules/@shinnn/eslintrc-node/rc.json --env mocha index.js test",
"test": "_mocha --full-trace",
"test-dot": "_mocha --reporter dot --full-trace",
"coverage": "istanbul cover _mocha -- --full-trace",
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls"
},
"dependencies": {
"clean-css": "^3.3.3",
"gulp-util": "^3.0.5",
"object-assign": "^3.0.0",
"readable-stream": "^2.0.0",
"vinyl-bufferstream": "^1.0.1",
"vinyl-sourcemaps-apply": "^0.1.4"
},
"devDependencies": {
"@shinnn/eslintrc-node": "^1.0.2",
"chai": "^3.0.0",
"eslint": "^0.23.0",
"from2-string": "^1.0.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^2.0.5",
"istanbul": "^0.3.15",
"istanbul-coveralls": "^1.0.3",
"mocha": "^2.2.5",
"stream-combiner2": "^1.0.2",
"vinyl": "^0.5.0"
},
"gitHead": "22e3cc11d69ec4e466ed2c9ea340b0ccf6440101",
"bugs": {
"url": "https://github.com/murphydanger/gulp-minify-css/issues"
},
"homepage": "https://github.com/murphydanger/gulp-minify-css#readme",
"_id": "gulp-minify-css@1.2.0",
"_shasum": "7855fb653ce5c848dadec07c62bcdc06d92efcc7",
"_from": "gulp-minify-css@*",
"_npmVersion": "2.11.3",
"_nodeVersion": "2.3.0",
"_npmUser": {
"name": "shinnn",
"email": "snnskwtnb@gmail.com"
},
"maintainers": [
{
"name": "shinnn",
"email": "snnskwtnb@gmail.com"
},
{
"name": "murphydanger",
"email": "jonathan@gnobel.com"
}
],
"dist": {
"shasum": "7855fb653ce5c848dadec07c62bcdc06d92efcc7",
"tarball": "http://registry.npmjs.org/gulp-minify-css/-/gulp-minify-css-1.2.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/gulp-minify-css/-/gulp-minify-css-1.2.0.tgz",
"readme": "ERROR: No README data found!"
}