12 lines
175 B
JSON
12 lines
175 B
JSON
{
|
|
"main": "src/nsPopover",
|
|
"registry": "jspm",
|
|
"dependencies": {
|
|
"angular": "^1.2.9"
|
|
},
|
|
"format": "global",
|
|
"shim": {
|
|
"src/nsPopover": ["angular"]
|
|
}
|
|
}
|