-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 859 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 859 Bytes
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
31
32
33
34
35
36
37
{
"name": "pioc",
"version": "1.3.0",
"description": "A Dependency Injection Container for node.js",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha --reporter tap test",
"test-debug": "node ./node_modules/mocha/bin/mocha --debug-brk --reporter spec test"
},
"repository": {
"type": "git",
"url": "https://github.com/pago/pioc.git"
},
"keywords": [
"dependency injection",
"provider",
"module",
"container",
"dependency",
"pioc",
"dic",
"ioc",
"di"
],
"author": "Patrick Gotthardt <patrick@pagosoft.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pago/pioc/issues"
},
"homepage": "https://github.com/pago/pioc",
"devDependencies": {
"babel": "^4",
"chai": "~1.9.2",
"mocha": "~1.21.5",
"react": "^0.12.2"
}
}