mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-10-07 13:07:04 -06:00
74 lines
1.9 KiB
JSON
74 lines
1.9 KiB
JSON
|
{
|
||
|
"name": "gulp-sourcemaps",
|
||
|
"version": "1.5.2",
|
||
|
"description": "Source map support for Gulp.js",
|
||
|
"homepage": "http://github.com/floridoo/gulp-sourcemaps",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/floridoo/gulp-sourcemaps.git"
|
||
|
},
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "jshint *.js test/*.js && faucet test/*.js",
|
||
|
"tap": "tape test/*.js",
|
||
|
"cover": "istanbul cover --dir reports/coverage tape test/*.js",
|
||
|
"coveralls": "istanbul cover tape test/*.js --report lcovonly && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"gulpplugin",
|
||
|
"gulp",
|
||
|
"source maps",
|
||
|
"sourcemaps"
|
||
|
],
|
||
|
"author": {
|
||
|
"name": "Florian Reiterer",
|
||
|
"email": "me@florianreiterer.com"
|
||
|
},
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"convert-source-map": "^1.0.0",
|
||
|
"graceful-fs": "^3.0.5",
|
||
|
"strip-bom": "^1.0.0",
|
||
|
"through2": "^0.6.3",
|
||
|
"vinyl": "^0.4.6"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"jshint": "^2.6.0",
|
||
|
"tape": "^3.5.0",
|
||
|
"istanbul": "^0.3.6",
|
||
|
"faucet": "0.0.1",
|
||
|
"coveralls": "^2.11.2"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"package.json",
|
||
|
"README.md",
|
||
|
"LICENSE.md"
|
||
|
],
|
||
|
"gitHead": "3ea10a690310e419f5c4d8a926d6dd464aef6dcc",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/floridoo/gulp-sourcemaps/issues"
|
||
|
},
|
||
|
"_id": "gulp-sourcemaps@1.5.2",
|
||
|
"_shasum": "796f6ff695a494215f3d3d66aa7ac853d7e73511",
|
||
|
"_from": "gulp-sourcemaps@*",
|
||
|
"_npmVersion": "1.4.28",
|
||
|
"_npmUser": {
|
||
|
"name": "floridoo",
|
||
|
"email": "florian.reiterer@gmail.com"
|
||
|
},
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "floridoo",
|
||
|
"email": "florian.reiterer@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"dist": {
|
||
|
"shasum": "796f6ff695a494215f3d3d66aa7ac853d7e73511",
|
||
|
"tarball": "http://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.5.2.tgz"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"_resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.5.2.tgz",
|
||
|
"readme": "ERROR: No README data found!"
|
||
|
}
|