Files
angular-timezone-selector/bower.json
T
Ashok Fernandez eca6e44889 Initial commit
2015-06-12 13:40:05 +02:00

30 lines
619 B
JSON

{
"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"
}
}