Sha256: 4102486bd860abc9342653d1327ed46f9a5916d10e1c829abce8284cb5f4e1fc
Contents?: true
Size: 1.39 KB
Versions: 2
Compression:
Stored size: 1.39 KB
Contents
{ "name": "jstz", "version": "2.1.1", "main": "index.js", "description": "Timezone detection for JavaScript", "scripts": { "build": "gulp build", "pretest": "npm run build", "test": "./node_modules/.bin/mocha", "bump:patch": "npm run build && npm version patch -m \"v%s\"", "bump:minor": "npm run build && npm version minor -m \"v%s\"", "bump:major": "npm run build && 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ext_yarn-0.6.0 | vendor/jstz/package.json |
ext_yarn-0.5.0 | vendor/jstz/package.json |