UNPKG

@travi/ioc

Version:

extremely simple container that loosely aligns to IOC

55 lines (54 loc) 1.59 kB
{ "name": "@travi/ioc", "license": "MIT", "description": "extremely simple container that loosely aligns to IOC", "version": "1.1.1", "main": "lib/ioc.cjs.js", "module": "lib/ioc.es.js", "scripts": { "lint:js": "eslint .", "tests:unit": "mocha --recursive test/unit/", "test": "run-s lint:* tests:*", "build": "rollup -c", "preversion": "npm test", "prepack": "run-s build", "commitmsg": "commitlint -e", "precommit": "npm test", "presemantic-release": "npm run build", "greenkeeper:update-lockfile": "greenkeeper-lockfile-update", "greenkeeper:upload-lockfile": "greenkeeper-lockfile-upload" }, "repository": "travi/ioc", "bugs": "https://github.com/travi/ioc/issues", "homepage": "https://github.com/travi/ioc#readme", "keywords": [ "ioc", "inversion-of-control" ], "author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)", "devDependencies": { "@travi/any": "1.7.5", "@travi/eslint-config-travi": "1.6.18", "babel-cli": "6.26.0", "babel-preset-es2015-node": "6.1.1", "babel-preset-es2015-rollup": "3.0.0", "babel-register": "6.26.0", "chai": "4.1.2", "commitlint-config-travi": "1.2.30", "cz-conventional-changelog": "2.1.0", "greenkeeper-lockfile": "1.15.1", "husky": "0.15.0-rc.2", "mocha": "5.2.0", "npm-run-all": "4.1.3", "rollup": "0.56.3", "rollup-plugin-babel": "3.0.7" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "publishConfig": { "access": "public" } }