pods
Version:
Tiny managers for module definition and dependency management.
31 lines (30 loc) • 704 B
JSON
{
"name": "pods",
"version": "2.0.0",
"description": "Tiny managers for module definition and dependency management.",
"main": "pods.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/gmac/pods.js.git"
},
"keywords": [
"module",
"dependency",
"management"
],
"author": "Greg MacWilliam",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "6421505f6489c3cefc85e73c5849592460f9f446",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-uglify": "~0.2.7",
"mocha": "~1.16.2",
"chai": "~1.8.1",
"underscore": "~1.5.2",
"sinon": "~1.7.3"
}
}