-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 874 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 874 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
{
"name" : "hypo",
"description" : "Dependency injection for JavaScript",
"keywords" : ["dependency", "injection", "ioc", "inversion", "control"],
"homepage" : "http://shiftyp.github.com/hypo",
"version" : "0.1.0",
"author" : {
"name" : "Ryan Lynch"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/shifyp/hypo.git"
},
"main" : "dist/hypo.src.js",
"bugs" : {
"url" : "https://github.com/shiftyp/hypo/issues"
},
"directories" : {
"doc" : "./dist/docs"
},
"licenses" : [
{
"type" : "MIT",
"url" : "http://www.opensource.org/licenses/mit-license.php"
}
],
"devDependencies" : {
"commander" : ">=0.6.1",
"uglify-js" : ">=1.3.0",
"yuidocjs" : ">=0.3.14"
}
}