UNPKG

walltime-js

Version:

A javascript library for easily translating a UTC time to a "Wall Time" for a particular time zone and back.

47 lines (46 loc) 1.19 kB
{ "name": "walltime-js", "version": "0.2.0", "description": "A javascript library for easily translating a UTC time to a \"Wall Time\" for a particular time zone and back.", "main": "index.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "git://github.com/sproutsocial/walltime-js.git" }, "keywords": [ "timezone", "js", "dates", "daylight", "savings" ], "author": "Sprout Social", "license": "MIT", "dependencies": { "mocha": "~1.x.x", "coffee-script": "~1.6.1", "should": "~1.1.0", "line-reader": "~0.2.1", "strscan": "~1.0.1", "requirejs": "~2.0.6", "uglify-js": "~1.3.3" }, "devDependencies": { "grunt-simple-mocha": "~0.4.0", "grunt-contrib-requirejs": "~0.4.1", "grunt-contrib-coffee": "~0.6.7", "matchdep": "~0.1.2", "grunt-contrib-clean": "~0.4.1", "grunt-bump": "0.0.11", "grunt-contrib-compress": "~0.5.2", "grunt-contrib-concat": "~0.3.0", "grunt-coffeelint": "0.0.7", "grunt-jshint2": "~0.1.2", "grunt-contrib-connect": "~0.3.0", "grunt-mocha-phantomjs": "~0.2.8", "grunt-contrib-copy": "~0.4.1" } }