habitjs
Version:
Modules and Dependency Injection for the browser and Node
23 lines (22 loc) • 433 B
JSON
{
"name": "habit",
"version": "0.3.3",
"authors": [
"Andrew Smith <andy@robotlovesyou.com>"
],
"description": "Module management and dependancy injection for the browser",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"mocha": "~1.17.1",
"sinonjs": "~1.8.2",
"sinon-chai": "~2.5.0",
"chai": "~1.9.0"
}
}