define-async
Version:
AMD-compatible async 'define' modularization.
33 lines (32 loc) • 792 B
JSON
{
"name": "define-async",
"version": "v1.3.2",
"description": "AMD-compatible async 'define' modularization.",
"main": "async-define.js",
"keywords": [
"AMD",
"Asynchronous",
"JS"
],
"scripts": {
"build": "uglifyjs async-define.js --define PRODUCTION=true --define DEVELOPMENT=false --compress --mangle -o async-define.min.js",
"test": "npm run build && [ \"$(grep -c console async-define.min.js)\" -eq 0 ]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elo7/async-define"
},
"license": "MIT",
"homepage": "https://github.com/elo7/async-define",
"author": "Elo7",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"uglify-js": "3.3.25"
}
}