Files
angular-timezone-selector/bower_components/angular-timezone-selector/.bower.json
T
2015-06-12 18:57:31 +02:00

43 lines
1015 B
JSON

{
"name": "angular-timezone-selector",
"version": "1.0.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"
},
"_release": "1.0.0",
"_resolution": {
"type": "version",
"tag": "1.0.0",
"commit": "7b59da0b6bfbab35516a1b0a28e29fd1771e6143"
},
"_source": "git://github.com/mishguruorg/angular-timezone-selector.git",
"_target": "~1.0.0",
"_originalSource": "angular-timezone-selector",
"_direct": true
}