mirror of
https://github.com/wassname/angular-timezone-selector.git
synced 2026-07-26 13:08:29 +08:00
43 lines
1015 B
JSON
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
|
|
} |