UNPKG

datetime-offset

Version:

Javascript Class like C# DateTimeOffset Structure (mapping momnet-timezome)

52 lines (51 loc) 1.5 kB
{ "name": "datetime-offset", "version": "0.3.0-beta", "description": "Javascript Class like C# DateTimeOffset Structure (mapping momnet-timezome)", "main": "index.js", "scripts": { "test": "./node_modules/.bin/babel-node ./node_modules/mocha/bin/_mocha --recursive ./test/*.spec.js", "test:watch": "./node_modules/.bin/babel-node ./node_modules/mocha/bin/_mocha --recursive ./test/*.spec.js --watch", "build": "babel ./ --ignore node_modules,build,test -d ./build && cp package.json README.md build/" }, "repository": { "type": "git", "url": "git+https://github.com/uyu423/datetime-offset.js.git" }, "keywords": [ "timezone", "moment", "moment-timezone", "utc", "gmt", "kst", "DateTimeOffset", "datetime" ], "author": { "name": "Yowu Yu", "email": "uyu423@gmail.com", "url": "http://luckyyowu.tistory.com/" }, "license": "MIT", "bugs": { "url": "https://github.com/uyu423/datetime-offset.js/issues" }, "homepage": "https://github.com/uyu423/datetime-offset.js#readme", "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-preset-env": "^1.3.3", "chai": "^3.5.0", "dirty-chai": "^1.2.2", "eslint": "^3.19.0", "eslint-config-airbnb": "^14.1.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^4.0.0", "eslint-plugin-react": "^6.10.3", "mocha": "^3.2.0" }, "dependencies": { "moment-timezone": "^0.5.13" } }