Files
angular-timezone-selector/bower.json
T
Ashok Fernandez 8481a76b60 v1.1.0
2015-08-10 17:05:35 +02:00

34 lines
702 B
JSON

{
"name": "angular-timezone-selector",
"version": "1.1.0",
"homepage": "https://github.com/mishguruorg/angular-timezone-selector",
"authors": [
"Ashok Fernandez <ashok@mish.guru>"
],
"description": "Timezone selector for Angular JS",
"main": [
"dist/angular-timezone-selector.js",
"dist/angular-timezone-selector.css"
],
"keywords": [
"timezone",
"select"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.8",
"moment": "~2.10.3",
"moment-timezone": "~0.4.0",
"lodash": "~3.9.3",
"chosen": "~1.4.2",
"bootstrap": "~3.3.4"
}
}