mirror of
https://github.com/wassname/angular-timezone-selector.git
synced 2026-06-27 17:47:05 +08:00
Renamed project
This commit is contained in:
+2
-1
@@ -1,2 +1,3 @@
|
||||
bower_components/
|
||||
node_modules/
|
||||
node_modules/
|
||||
dist/
|
||||
+8
-8
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "angular-timezone-select",
|
||||
"version": "1.0.1",
|
||||
"homepage": "https://github.com/alexcheng1982/angular-timezone-select",
|
||||
"name": "angular-timezone-selector",
|
||||
"version": "1.0.0",
|
||||
"homepage": "https://github.com/mishguruorg/angular-timezone-selector",
|
||||
"authors": [
|
||||
"Fu Cheng <alexcheng1982@gmail.com>"
|
||||
"Ashok Fernandez <ashok@mish.guru>"
|
||||
],
|
||||
"description": "Country timezone for AngularJS",
|
||||
"main": "dist/angular-timezone-select.js",
|
||||
"description": "Timezone selector for Angular JS",
|
||||
"main": "dist/angular-timezone-selector.min.js",
|
||||
"keywords": [
|
||||
"timezone",
|
||||
"select"
|
||||
@@ -21,9 +21,9 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"angular": "~1.3.8",
|
||||
"select2": "~4.0.0",
|
||||
"moment": "~2.10.3",
|
||||
"moment-timezone": "~0.4.0",
|
||||
"lodash": "~3.9.3"
|
||||
"lodash": "~3.9.3",
|
||||
"chosen": "~1.4.2"
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+107
File diff suppressed because one or more lines are too long
+5
-5
@@ -1,24 +1,24 @@
|
||||
{
|
||||
"name": "angular-timezone-select",
|
||||
"name": "angular-timezone-selector",
|
||||
"version": "1.0.1",
|
||||
"description": "AngularJS timezone select",
|
||||
"main": "dist/angular-timezone-select.js",
|
||||
"main": "dist/angular-timezone-selector.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/alexcheng1982/angular-country-select.git"
|
||||
"url": "git://github.com/mishguruorg/angular-country-selector.git"
|
||||
},
|
||||
"keywords": [
|
||||
"angular",
|
||||
"timezone",
|
||||
"select"
|
||||
],
|
||||
"author": "Fu Cheng <alexcheng1982@gmail.com>",
|
||||
"author": "Ashok Fernandez <ashok@mish.guru>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/alexcheng1982/angular-timezone-select/issues"
|
||||
"url": "https://github.com/mishguruorg/angular-country-selector/issues"
|
||||
},
|
||||
"homepage": "https://github.com/alexcheng1982/angular-timezone-select",
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user