forked from NickQiZhu/di.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 910 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
{
"name": "di-lite",
"version": "0.3.3",
"description": "A ultra light-weight dependency injection container in Javascript ",
"keywords": [
"di",
"ioc",
"ioc container",
"dependency management",
"dependency injection",
"di container"
],
"homepage": "http://nickqizhu.github.com/di.js/",
"author": {
"name": "Nick Zhu",
"url": "http://nzhu.blogspot.ca/"
},
"contributors": ["Charly POLY <cpoly55@gmail.com>"],
"repository": {
"type": "git",
"url": "https://github.com/NickQiZhu/di.js.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean" : "0.4.x",
"grunt-contrib-uglify" : "0.4.x",
"grunt-contrib-concat" : "0.3.x",
"grunt-jasmine-node" : "0.2.x",
"uglify-js": "2.x",
"jquery": "1.x",
"sinon": "1.x",
"backbone": "0.9.x"
},
"scripts": {
"test": "grunt test"
}
}