gui/ui/node_modules.bak/di/package.json
Snider fad16c8c76
Some checks failed
Security Scan / security (push) Failing after 34s
Test / test (push) Failing after 1m44s
chore: sync workspace dependencies
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 15:44:56 +00:00

29 lines
679 B
JSON

{
"name": "di",
"version": "0.0.1",
"description": "Dependency Injection for Node.js. Heavily inspired by AngularJS.",
"main": "lib/index.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script test/*"
},
"repository": {
"type": "git",
"url": "git://github.com/vojtajina/node-di.git"
},
"keywords": [
"di",
"dependency",
"injection",
"injector"
],
"devDependencies": {
"grunt": "~0.4.0rc5",
"grunt-simple-mocha": "~0.3.2",
"grunt-contrib-jshint": "~0.1.1rc5",
"mocha": "1.8.1",
"chai": "1.4.2",
"coffee-script": "1.4.0"
},
"author": "Vojta Jina <vojta.jina@gmail.com>",
"license": "MIT"
}