UNPKG

only.js

Version:

Automatically load and execute selector-based dependencies

48 lines (47 loc) 1.03 kB
{ "name": "only.js", "version": "1.0.0", "description": "Automatically load and execute selector-based dependencies", "main": "gulpfile.js", "directories": { "test": "tests" }, "repository": { "type": "git", "url": "git+https://github.com/ema4rl/Only.js.git" }, "keywords": [ "asset", "loader", "dependency", "selector-based", "parallel", "js", "anynchronous", "dynamic", "script", "Only", "javascript" ], "author": { "name": "Harrison Emmanuel (Ema4rl)", "email": "ema4rl@gmail.com", "url": "https://www.eharry.me" }, "license": "MIT", "bugs": { "url": "https://github.com/ema4rl/Only.js/issues" }, "homepage": "https://ema4rl.github.io/Only.js/", "devDependencies": { "gulp": "^3.9.1", "gulp-concat": "^2.6.0", "gulp-delete-lines": "0.0.7", "gulp-jshint": "^2.0.1", "gulp-rename": "^1.2.2", "gulp-uglify": "^1.5.3", "gzip-size": "^3.0.0", "jshint": "^2.9.2", "vinyl-map": "^1.0.1" } }