freight.js
Version:
An simple CommonJS dependency injection container for both node.js and the browser (using browserify)
50 lines (49 loc) • 1.3 kB
JSON
{
"name": "freight.js",
"version": "0.2.1",
"description": "An simple CommonJS dependency injection container for both node.js and the browser (using browserify)",
"main": "index.js",
"scripts": {
"test": "grunt test",
"blanket": {
"pattern": "src"
}
},
"repository": {
"type": "git",
"url": "git://github.com/advanderveer/freight.js.git"
},
"keywords": [
"Dependency",
"Injection",
"Container",
"IoC"
],
"author": "Ad van der Veer <advanderveer@gmail.com>",
"license": "Apache License",
"bugs": {
"url": "https://github.com/advanderveer/freight.js/issues"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-jshint": "~0.7.1",
"browserify": "~2.35.2",
"grunt-browserify": "~1.2.11",
"grunt-contrib-watch": "~0.5.3",
"grunt-gh-pages": "~0.8.1",
"should": "~2.1.0",
"sinon": "~1.7.3",
"grunt-mocha-test": "~0.7.0",
"grunt-shell": "~0.6.0",
"groc": "git://github.com/gilt/groc.git",
"mocha": "~1.14.0",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma": "~0.10.4",
"karma-mocha": "~0.1.0",
"grunt-karma": "~0.6.2"
}
}