Files
taimed/node_modules/grunt-npmcopy/package.json
2025-07-24 17:21:45 +08:00

48 lines
1.1 KiB
JSON

{
"name": "grunt-npmcopy",
"version": "0.2.0",
"description": "NPM on the front-end without the cruft.",
"homepage": "https://github.com/timmywil/grunt-npmcopy",
"license": "MIT",
"repository": "timmywil/grunt-npmcopy",
"bugs": "https://github.com/timmywil/grunt-npmcopy/issues",
"author": {
"name": "Timmy Willison",
"email": "timmywillisn@gmail.com",
"url": "http://timmywillison.com"
},
"keywords": [
"gruntplugin",
"npmcopy",
"npm",
"copy",
"package",
"package manager"
],
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"glob": "^7.1.3",
"lodash": "^4.17.11"
},
"devDependencies": {
"fancybox": "^3.0.1",
"grunt": "^1.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-nodeunit": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-jsonlint": "^1.0.4",
"grunt-prettier": "^1.2.0",
"jquery": "^3.3.1",
"jquery-ui": "^1.12.1",
"jquery.onoff": "^0.3.6",
"jquery.panzoom": "^3.2.2",
"load-grunt-tasks": "^4.0.0",
"photoswipe": "^4.1.3"
},
"scripts": {
"test": "grunt test"
}
}