Add ng-sortable@1.1.9.json

This commit is contained in:
Douglas Duteil
2015-01-20 17:13:37 +01:00
parent b47500eef2
commit 3b89fa88cf
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,17 @@
{
"dependencies": {
"css": "*"
},
"directories": {
"lib": "dist"
},
"main": "ng-sortable",
"registry": "jspm",
"shim": {
"ng-sortable": {
"deps": [
"./ng-sortable.min.css!"
]
}
}
}
+1
View File
@@ -121,6 +121,7 @@
"mustache": "github:janl/mustache.js",
"net": "github:jspm/nodelibs-net",
"ng-multi-transclude": "github:zachsnow/ng-multi-transclude",
"ng-sortable": "github:a5hik/ng-sortable",
"nodelibs": "github:jspm/nodelibs",
"nprogress": "github:rstacruz/nprogress",
"omniscient": "npm:omniscient",