Truncate gh-pages history

This commit is contained in:
garronej
2023-04-25 01:49:08 +02:00
commit f1073e8c09
1615 changed files with 757900 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"author": "AngularUI",
"name": "angular-ui-select2",
"version": "0.0.5",
"homepage": "http://angular-ui.github.com",
"keywords": [
"angular",
"angularui",
"select2"
],
"main": "./src/select2.js",
"dependencies": {
"angular": ">=1.2.0",
"select2": "~3.4",
"jquery": ">=1.6.4"
},
"devDependencies": {
"angular-mocks": ">=1.0.2"
}
}