Merge pull request #122 from douglasduteil/add-angular-ui-select-0.9.6

Add angular-ui-select@0.9.6.json
This commit is contained in:
Guy Bedford
2015-01-20 22:15:00 +02:00
2 changed files with 20 additions and 0 deletions
@@ -0,0 +1,19 @@
{
"dependencies": {
"css": "*",
"angular": "^1.3"
},
"directories": {
"lib": "dist"
},
"main": "select",
"registry": "jspm",
"shim": {
"select": {
"deps": [
"angular",
"./select.css!"
]
}
}
}