Merge pull request #121 from douglasduteil/add-ng-sortable-1.1.9

Add ng-sortable@1.1.9.json
This commit is contained in:
Guy Bedford
2015-01-20 22:14:50 +02:00
2 changed files with 20 additions and 0 deletions
@@ -0,0 +1,19 @@
{
"dependencies": {
"css": "*",
"angular": "^1.3"
},
"directories": {
"lib": "dist"
},
"main": "ng-sortable",
"registry": "jspm",
"shim": {
"ng-sortable": {
"deps": [
"angular",
"./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",