dm
Version:
Dependency Injection Manager
88 lines (87 loc) • 2.21 kB
JSON
{
"name": "dm",
"version": "0.5.0",
"description": "Dependency Injection Manager",
"main": "./lib/dm.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js test",
"ci": "./node_modules/gulp/bin/gulp.js ci",
"webtest": "./node_modules/gulp/bin/gulp.js webtest"
},
"testling": {
"preprocess": "./node_modules/gulp/bin/gulp.js browserify:test",
"harness": "mocha-bdd",
"files": "web-test/test.js",
"browsers": [
"ie/6..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6",
"android-browser/latest"
]
},
"repository": "https://github.com/gobwas/dm.js",
"keywords": [
"dependency",
"injection",
"manager",
"javascript",
"dm.js",
"service",
"locator"
],
"author": "Sergey Kamardin",
"license": "MIT",
"devDependencies": {
"del": "^1.1.1",
"q": "^1.1.2",
"jquery": "^2.1.3",
"broody-promises": "^0.2.5",
"jsdom": "^3.1.1",
"rsvp": "^3.0.16",
"lodash": "^3.1.0",
"chance": "^0.7.3",
"chai": "^1.10.0",
"sinon": "^1.12.2",
"mocha": "^2.1.0",
"gulp": "^3.8.11",
"vinyl-source-stream": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"browserify": "^8.1.3",
"glob": "^4.3.5",
"gulp-mocha": "^2.0.0",
"gulp-jshint": "^1.9.2",
"gulp-jscs": "^1.4.0",
"jshint-stylish": "^1.0.0",
"end-of-stream": "^1.1.0",
"gulp-rename": "^1.2.0",
"vinyl": "^0.4.6",
"browserify-fs": "^1.0.0",
"run-sequence": "^1.0.2",
"through2": "^0.6.3",
"gulp-util": "^3.0.3",
"karma-mocha": "^0.1.10",
"karma": "^0.12.31",
"karma-sauce-launcher": "^0.2.10",
"karma-ie-launcher": "^0.1.5",
"karma-firefox-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"karma-chrome-launcher": "^0.1.7",
"karma-phantomjs-launcher": "^0.1.4",
"gulp-uglify": "^1.1.0",
"gulp-istanbul": "^0.6.0",
"gulp-coveralls": "^0.1.3",
"gulp-jsdoc-to-markdown": "^0.1.6",
"gulp-concat": "^2.5.2"
},
"dependencies": {
"inherits-js": "^0.1.0",
"json-pointer": "^0.3.0"
}
}