aboutsummaryrefslogtreecommitdiff
path: root/node_modules/time-zone/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/time-zone/package.json')
-rw-r--r--node_modules/time-zone/package.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/node_modules/time-zone/package.json b/node_modules/time-zone/package.json
new file mode 100644
index 000000000..f50f1b03a
--- /dev/null
+++ b/node_modules/time-zone/package.json
@@ -0,0 +1,35 @@
+{
+ "name": "time-zone",
+ "version": "1.0.0",
+ "description": "Pretty time zone: `+2` or `-9:30`",
+ "license": "MIT",
+ "repository": "sindresorhus/time-zone",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "timezone",
+ "utc",
+ "time",
+ "pretty",
+ "human",
+ "date",
+ "iso",
+ "zone"
+ ],
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ }
+}