Sha256: 7fbe062342ea835327b8344b2b0b6d1020d3a14c425266a68b2d52bdd1f64912
Contents?: true
Size: 997 Bytes
Versions: 2
Compression:
Stored size: 997 Bytes
Contents
{ "name": "moment-timezone", "version": "0.5.23", "description": "Parse and display moments in any timezone.", "homepage": "http://momentjs.com/timezone/", "author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)", "keywords": [ "moment", "date", "time", "timezone", "olson", "iana", "zone", "tz" ], "main": "./index.js", "engines": { "node": "*" }, "repository": { "type": "git", "url": "https://github.com/moment/moment-timezone.git" }, "bugs": { "url": "https://github.com/moment/moment-timezone/issues" }, "license": "MIT", "dependencies": { "moment": ">= 2.9.0" }, "devDependencies": { "grunt": "1.0.2", "grunt-contrib-clean": "^1.1.0", "grunt-contrib-jshint": "^1.1.0", "grunt-contrib-nodeunit": "^1.0.0", "grunt-contrib-uglify": "^3.1.0" }, "jspm": { "main": "builds/moment-timezone-with-data", "shim": { "moment-timezone": { "deps": [ "moment" ] } } }, "scripts": { "test": "grunt" } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ext_yarn-0.6.0 | vendor/moment-timezone/package.json |
ext_yarn-0.5.0 | vendor/moment-timezone/package.json |