us-timezones-name
Version:
Library to get timezone details by Name
43 lines (42 loc) • 1.02 kB
JSON
{
"name": "us-timezones-name",
"version": "0.1.0",
"description": "Library to get timezone details by Name",
"main": "./dist/index.js",
"scripts": {
"build": "npm run clean && BABEL_ENV=production babel src -d dist",
"dev": "npm run clean && babel src -w -d dist",
"clean": "rm -rf dist",
"test": "mocha test.js"
},
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elkinjosetm/us-timezones-name.git"
},
"keywords": [
"timezone",
"timezones",
"abbreviation",
"name",
"abbrev"
],
"author": "Elkin Torres",
"license": "ISC",
"bugs": {
"url": "https://github.com/elkinjosetm/us-timezones-name/issues"
},
"homepage": "https://github.com/elkinjosetm/us-timezones-name#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-minify": "^0.3.0",
"chai": "^3.5.0",
"mocha": "^3.2.0"
},
"dependencies": {
"lodash": "^4.17.4"
}
}