41 lines
860 B
JSON
41 lines
860 B
JSON
{
|
|
"name": "ui-select",
|
|
"version": "0.11.1",
|
|
"homepage": "https://github.com/angular-ui/ui-select",
|
|
"authors": [
|
|
"AngularUI"
|
|
],
|
|
"description": "AngularJS ui-select",
|
|
"main": [
|
|
"dist/select.js",
|
|
"dist/select.css"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"src",
|
|
"test",
|
|
"gulpfile.js",
|
|
"karma.conf.js",
|
|
"examples"
|
|
],
|
|
"dependencies": {
|
|
"angular": ">=1.2.18"
|
|
},
|
|
"devDependencies": {
|
|
"jquery": "~1.11",
|
|
"angular-sanitize": ">=1.2.18",
|
|
"angular-mocks": ">=1.2.18"
|
|
},
|
|
"_release": "0.11.1",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v0.11.1",
|
|
"commit": "032b15213a61c2bae79e25e020231bc2fc7a5328"
|
|
},
|
|
"_source": "git://github.com/angular-ui/ui-select.git",
|
|
"_target": "~0.11.1",
|
|
"_originalSource": "angular-ui-select"
|
|
} |