UNPKG

raptor-amd

Version:

Module to support AMD with RaptorJS 3 (CommonJS)

40 lines 1.08 kB
{ "name": "raptor-amd", "description": "Module to support AMD with RaptorJS 3 (CommonJS)", "keywords": [ "AMD", "modules", "loader", "raptor" ], "repository": { "type": "git", "url": "https://github.com/raptorjs/raptor-amd.git" }, "scripts": { "test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test" }, "author": "Patrick Steele-Idem <pnidem@gmail.com>", "contributors": [ "Patrick Steele-Idem <pnidem@gmail.com>", "Phillip Gates-Idem <phillip.idem@gmail.com>" ], "maintainers": "Patrick Steele-Idem <pnidem@gmail.com>", "dependencies": { "raptor-modules": "^1.0.5", "raptor-polyfill": "^1.0.1", "raptor-util": "^1.0.0" }, "devDependencies": { "mocha": "~1.15.1", "chai": "~1.8.1" }, "license": "Apache License v2.0", "bin": {}, "main": "lib/raptor-amd.js", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "ebay": {}, "version": "1.1.8" }