16 lines
211 B
JSON
16 lines
211 B
JSON
{
|
|
"main": "smart-table",
|
|
"directories": {
|
|
"lib": "dist"
|
|
},
|
|
"registry": "jspm",
|
|
"dependencies": {
|
|
"angular": "^1.2.0"
|
|
},
|
|
"shim": {
|
|
"smart-table": {
|
|
"deps": ["angular"]
|
|
}
|
|
}
|
|
}
|