Files
old-saburly-blog/node_modules/gulp-copy/package.json
2017-10-23 15:54:25 +02:00

65 lines
1.7 KiB
JSON

{
"_from": "gulp-copy@^1.0.1",
"_id": "gulp-copy@1.0.1",
"_inBundle": false,
"_integrity": "sha512-uhIdHo9SoWkf+pjfjETOMD/6ez10ZItO5/L1bFRfVGH+7lq9zE3TSjkh3WVPuTS9ttPRHA7yW4g1QRE1hPwUOA==",
"_location": "/gulp-copy",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gulp-copy@^1.0.1",
"name": "gulp-copy",
"escapedName": "gulp-copy",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/gulp-copy/-/gulp-copy-1.0.1.tgz",
"_shasum": "f7773bdb801be4c8f9123b575b8f33ba7db1f9df",
"_spec": "gulp-copy@^1.0.1",
"_where": "/Users/nina/Documents/Projects/saburly-website2",
"author": {
"name": "Klaas Cuvelier",
"email": "cuvelierklaas@gmail.com",
"url": "http://klaascuvelier.io"
},
"bugs": {
"url": "https://github.com/klaascuvelier/gulp-copy/issues"
},
"bundleDependencies": false,
"dependencies": {
"gulp": "^3.9.1",
"gulp-util": "^3.0.8",
"through2": "^2.0.3"
},
"deprecated": false,
"description": "Plugin copying files to a new destination and using that destination for other actions",
"devDependencies": {
"eslint": "^4.4.1",
"jasmine-node": "^1.14.5",
"js-styleguide": "git://github.com/klaascuvelier/js-styleguide.git#master"
},
"homepage": "https://github.com/klaascuvelier/gulp-copy",
"keywords": [
"gulpplugin",
"copy",
"gulp"
],
"license": "MIT",
"main": "index.js",
"name": "gulp-copy",
"repository": {
"type": "git",
"url": "git+https://github.com/klaascuvelier/gulp-copy.git"
},
"scripts": {
"lint": "eslint ./lib -c ./.eslintrc",
"test": "jasmine-node test/spec"
},
"version": "1.0.1"
}