vinyl-request
Version:
Turn HTTP requests into vinyl.
35 lines (34 loc) • 1.02 kB
JSON
{
"name": "vinyl-request",
"version": "0.1.0",
"author": "Izaak Schroeder <izaak.schroeder@gmail.com>",
"main": "lib/request.js",
"keywords": [ "request", "http", "gulp-friendly", "vinyl", "download", "upload" ],
"license": "CC0-1.0",
"homepage": "https://github.com/izaakschroeder/vinyl-request",
"repository": {
"type": "git",
"url": "https://github.com/izaakschroeder/vinyl-request.git"
},
"scripts": {
"test": "npm run lint && npm run spec && npm run coverage",
"spec": "NODE_PATH=lib NODE_ENV=test istanbul cover node_modules/.bin/_mocha -- -r test/helpers/chai -r test/helpers/sinon -R spec test/spec",
"lint": "eslint --ignore-path .gitignore .",
"coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100"
},
"dependencies": {
"lodash": "2.x",
"vinyl": "*"
},
"devDependencies": {
"eslint": "*",
"eslint-plugin-nodeca": "*",
"mocha": "*",
"istanbul": "*",
"chai": "*",
"chai-things": "*",
"sinon": "*",
"sinon-chai": "*",
"through2": "*"
}
}