simple-ioc
Version:
Simple Inversion of Control for node.js
30 lines (29 loc) • 929 B
JSON
{
"name": "simple-ioc",
"version": "3.0.25",
"description": "Simple Inversion of Control for node.js",
"main": "index.js",
"scripts": {
"test": "npm -s run test-unit && npm -s run test-function",
"test-unit": "echo ' --- Unit tests --- ' && node_modules/.bin/_mocha --reporter spec --colors --recursive tests/unit",
"test-function": "echo ' --- Function tests --- ' && node_modules/.bin/_mocha --reporter spec --colors --recursive tests/function",
"test-file": "node_modules/.bin/_mocha --reporter spec --colors --recursive $1"
},
"keywords": [
"ioc",
"inversion",
"of",
"control"
],
"repository": {
"type": "git",
"url": "https://github.com/viaplay/simple-ioc.git"
},
"author": "Joakim J. Rapp, Viaplay",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "cf000ad2b360e7956a8378008c736196347b5cbd",
"devDependencies": {
"mocha": "^2.2.5"
}
}