-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
41 lines (41 loc) · 1002 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "infect",
"version": "0.4.6",
"license": "MIT",
"description": "Infect.js is a simple way to add the magic of dependency injection to any web project, regardless of the framework on which you choose to write your application. It's infectiously simple!",
"main": "infect.js",
"author": {
"name": "Andrew Worcester",
"email": "[email protected]",
"url": "http://blog.amwmedia.com"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-watch": "~0.5.3"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt qunit"
},
"repository": {
"type": "git",
"url": "https://github.com/amwmedia/infect.js.git"
},
"keywords": [
"dependency injection",
"dependency",
"injection",
"di",
"inverse of control",
"ioc",
"inject",
"infect"
],
"bugs": {
"url": "https://github.com/amwmedia/infect.js/issues"
}
}