defuse
Version:
A poor man's module namespacing solution for the browser
34 lines (33 loc) • 732 B
JSON
{
"name": "defuse",
"version": "0.3.1",
"description": "A poor man's module namespacing solution for the browser",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"mocha": "~1.12.0",
"grunt-mocha-test": "~0.6.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.3",
"grunt": "~0.4.2"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/justinvdm/defuse.git"
},
"keywords": [
"namespace",
"browser",
"require",
"commonj-esque"
],
"author": "justinvdm",
"license": "MIT",
"bugs": {
"url": "https://github.com/justinvdm/defuse/issues"
}
}