-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (32 loc) · 743 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (32 loc) · 743 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
38
39
{
"name": "lightject",
"version": "0.3.0",
"description": "Lightweight module for Dependency Injection",
"homepage": "http://666.io",
"keywords": [
"di",
"injection",
"dependency injection",
"fundamental",
"justdoit",
"injectality"
],
"author": {
"name": "Daeren Torn",
"email": "x@db.gg"
},
"main": "./index",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/Daeren/Lightject.git"
},
"license": "MIT",
"readme": "",
"readmeFilename": "readme.md",
"bugs": {
"url": "https://github.com/Daeren/Lightject/issues"
}
}