forked from cujojs/wire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.27 KB
/
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
42
43
44
45
46
47
48
49
50
{
"name": "wire",
"version": "0.7.5",
"description": "A light, fast, flexible Javascript IOC container.",
"keywords": ["ioc"],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/briancavalier/wire"
}
],
"bugs": "https://github.com/briancavalier/wire/issues",
"maintainers": [
{
"name": "Brian Cavalier",
"web": "http://hovercraftstudios.com"
}
],
"contributors": [
{
"name": "Brian Cavalier",
"web": "http://hovercraftstudios.com"
},
{
"name": "John Hann",
"web": "http://unscriptable.com"
}
],
"dependencies": {
"aop": "0.5.2",
"when": "0.10.4",
"sizzle": "1.5.x"
},
"mappings": {
"aop": "https://github.com/briancavalier/aop.js/zipball/0.5.2",
"when": "https://github.com/briancavalier/when.js/zipball/0.10.4",
"sizzle": "https://github.com/kriszyp/sizzle/zipball/1.5.2"
},
"main": "./wire",
"directories": {
"lib": "./wire",
"test": "test"
}
}