UNPKG

pkg-assets

Version:

Small lib to handle/publish static files/assets in node modules.

35 lines (34 loc) 705 B
{ "name": "pkg-assets", "version": "0.1.0", "description": "", "main": "index.js", "author": "Sebastian Zilles", "license": "MIT", "homepage": "https://github.com/zlls/node-pkg-assets#readme", "bugs": { "url": "https://github.com/zlls/node-pkg-assets/issues" }, "repository": { "type": "git", "url": "git+https://github.com/zlls/node-pkg-assets.git" }, "keywords": [ "node", "frontend", "bundle", "assets", "static", "files" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "pkg-assets": "./bin/pkg-assets.js" }, "dependencies": { "find-modules": "^0.2.0", "fs-extra": "^2.0.0" } }