UNPKG

resource-manager-js

Version:

Loads and caches all resources needed for a web app including css, templates, and scripts

54 lines (53 loc) 1.51 kB
{ "name": "resource-manager-js", "version": "5.0.7", "homepage": "https://github.com/mkay581/resource-manager-js#readme", "description": "Loads and caches all resources needed for a web app including css, templates, and scripts", "repository": { "type": "git", "url": "git://github.com/mkay581/resource-manager-js.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "engines": { "node": ">=8.11.2" }, "keywords": [ "resources", "resource-manager", "css loader", "js loader", "script loader", "html loader", "file loader", "css file", "js file", "caching" ], "scripts": { "test": "bt test", "preversion": "npm test", "minify": "uglifyjs dist/resource-manager.umd.js -o dist/resource-manager.umd.min.js", "build-dist": "rm -rf dist/* && rollup -c && npm run minify", "version": "npm run build-dist && banner-cli dist/*.js && git add -A dist", "postversion": "git push && git push --tags" }, "license": "MIT", "main": "src/resource-manager.js", "author": "Mark Kennedy <mark@heyimmark.com> (heyimmark.com)", "devDependencies": { "assert": "^1.4.1", "babel-core": "^6.26.3", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.7.0", "babelify": "^8.0.0", "banner-cli": "0.11.1", "browserify": "^16.2.2", "build-tools": "^8.0.0", "eslint": "^5.5.0", "rollup": "^0.65.2", "sinon": "^6.2.0", "uglify-es": "^3.3.9" } }