Initial commit

This commit is contained in:
Ashok Fernandez
2015-06-12 13:40:05 +02:00
commit eca6e44889
13 changed files with 1184 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "angular-timezone-select",
"version": "1.0.1",
"homepage": "https://github.com/alexcheng1982/angular-timezone-select",
"authors": [
"Fu Cheng <alexcheng1982@gmail.com>"
],
"description": "Country timezone for AngularJS",
"main": "dist/angular-timezone-select.js",
"keywords": [
"timezone",
"select"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.8",
"select2": "~4.0.0",
"moment": "~2.10.3",
"moment-timezone": "~0.4.0",
"lodash": "~3.9.3"
}
}