Sha256: b4eff196f84df178515b6f80f0d6e05e2f91c15fbf77489226275c40087a7c80

Contents?: true

Size: 1.28 KB

Versions: 10

Compression:

Stored size: 1.28 KB

Contents

{
  "name": "jstz",
  "version": "2.0.0",
  "main": "index.js",
  "description": "Timezone detection for JavaScript",
  "scripts": {
    "test": "./node_modules/.bin/mocha",
    "bump:patch": "npm version patch -m \"v%s\"",
    "bump:minor": "npm version minor -m \"v%s\"",
    "bump:major": "npm version major -m \"v%s\"",
    "bump": "npm run bump:patch"
  },
  "author": {
    "name": "Ian Sinnott",
    "email": "ian@iansinnott.com",
    "url": "iansinnott.com"
  },
  "keywords": [
    "time",
    "timezone",
    "tz",
    "moment",
    "moment-timezone",
    "date"
  ],
  "engines": {
    "node": ">=0.10"
  },
  "bugs": {
    "url": "https://github.com/iansinnott/jstz/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/iansinnott/jstz"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://bitbucket.org/pellepim/jstimezonedetect/src/default/LICENCE.txt"
    }
  ],
  "devDependencies": {
    "chai": "^3.2.0",
    "del": "^0.1.3",
    "gulp": "^3.8.10",
    "gulp-concat": "^2.4.2",
    "gulp-footer": "^1.0.5",
    "gulp-header": "^1.2.2",
    "gulp-jshint": "^1.9.0",
    "gulp-rename": "^1.2.0",
    "gulp-uglify": "^1.0.1",
    "gulp-wrap-commonjs": "^0.1.12",
    "mocha": "^2.3.0"
  },
  "typings": "./dist/jstz.d.ts",
  "types": "./dist/jstz.d.ts"
}

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
ext_yarn-0.4.0 vendor/jstz/package.json
ext_yarn-0.3.1 vendor/jstz/package.json
ext_yarn-0.3.0 vendor/jstz/package.json
ext_yarn-0.2.0 vendor/jstz/package.json
ext_yarn-0.1.2 node_modules/jstz/package.json
ext_yarn-0.1.1 node_modules/jstz/package.json
ext_yarn-0.1.0 node_modules/jstz/package.json
ext_sprockets-0.1.6 node_modules/jstz/package.json
ext_sprockets-0.1.5 node_modules/jstz/package.json
ext_sprockets-0.1.1 node_modules/jstz/package.json