c9-core/node_modules/amd-loader/package.json

24 wiersze
660 B
JSON

{
"name" : "amd-loader",
"version" : "0.0.5",
"description" : "Add the capability to load AMD (Asynchronous Module Definition) modules to node.js",
"author": "ajax.org B.V. <info@ajax.org>",
"contributors": [
{ "name": "Fabian Jakobs", "email": "fabian@ajax.org" }
],
"repository" : {
"type" : "git",
"url" : "http://github.com/ajaxorg/node-amd-loader.git"
},
"main": "./amd-loader.js",
"scripts" : {
"test" : "node test/test.js && node test/test2.js"
},
"engines" : {
"node" : ">= 0.4.11"
},
"licenses" : [{
"type" : "MIT",
"url" : "http://github.com/ajaxorg/node-amd-loader/raw/master/LICENSE"
}]
}