UNPKG

curl-amd

Version:

curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.

41 lines (40 loc) 898 B
{ "name": "curl-amd", "version": "0.8.12", "description": "curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.", "keywords": ["curl", "cujo", "amd", "loader", "module", "commonjs", "css", "html", "json"], "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" } ], "repository": { "type": "git", "url": "https://github.com/cujojs/curl" }, "bugs": "https://github.com/cujojs/curl/issues", "maintainers": [ { "name": "John Hann", "web": "http://unscriptable.com" } ], "contributors": [ { "name": "John Hann", "web": "http://unscriptable.com" }, { "name": "Brian Cavalier", "web": "http://hovercraftstudios.com" } ], "main": "./dist/curl-for-ssjs/curl.js", "directories": { "test": "test" }, "volo": { "type": "directory" } }