forked from slavahatnuke/plus.container
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 783 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "plus.container",
"version": "1.1.16",
"description": "Dependency Injection Container - plus.container",
"main": "src/Container.js",
"homepage": "https://github.com/slavahatnuke/plus.container",
"repository" : { "type" : "git" , "url" : "[email protected]:slavahatnuke/plus.container.git"},
"keywords": [
"dependency injection",
"inversion of control",
"IoC",
"container",
"autowire",
"configuration",
"di",
"es6",
"es2015"
],
"scripts": {
"test": "node_modules/.bin/mocha -R spec",
"cover": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -R spec"
},
"author": "slava hatnuke",
"license": "ISC",
"devDependencies": {
"chai": "1.9.1",
"mocha": "1.18.2",
"istanbul": "0.2.8"
}
}