15 lines
214 B
JSON
15 lines
214 B
JSON
{
|
|
"dependencies": {
|
|
"angular": "^1.4.0",
|
|
},
|
|
"main": "src/angular-sortable-view",
|
|
"registry": "jspm",
|
|
"shim": {
|
|
"src/angular-sortable-view": {
|
|
"deps": [
|
|
"angular"
|
|
]
|
|
}
|
|
}
|
|
}
|