habitjs
Version:
Modules and Dependency Injection for the browser and Node
39 lines (38 loc) • 1.03 kB
JSON
{
"name": "habitjs",
"version": "0.5.2",
"description": "Modules and Dependency Injection for the browser and Node",
"keywords": [
"Dependency Injection",
"Modules",
"Mocking",
"Testing"
],
"homepage": "https://github.com/project-collins/habit",
"bugs": "https://github.com/project-collins/habit/issues",
"repository": {
"type": "git",
"url": "https://github.com/project-collins/habit.git"
},
"main": "src/habit.js",
"scripts": {
"test": "grunt test"
},
"author": "Andrew Smith, andy@robotlovesyou.com",
"license": "MIT",
"devDependencies": {
"chai": "^1.9.1",
"grunt": "~0.4.2",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-phantomjs": "~0.4.3",
"grunt-mocha-test": "^0.11.0",
"grunt-newer": "~0.6.1",
"load-grunt-tasks": "~0.4.0",
"sinon": "^1.10.2",
"sinon-chai": "^2.5.0"
}
}