UNPKG

blear.utils.time

Version:
54 lines (53 loc) 1.24 kB
{ "name": "blear.utils.time", "version": "1.0.6", "description": "time utils", "scripts": { "live": "browser-sync start --config bs-config.js", "test": "node ./node_modules/.bin/karma start karma.conf.js --single-run", "prepublish": "npm test" }, "preferGlobal": false, "bin": {}, "engines": { "node": ">=4.0.0", "iojs": ">=1.0.0" }, "main": "src/index.js", "keywords": [ "blear", "utils", "time", "cloudcome", "ydr.me" ], "author": { "name": "cloudcome", "email": "cloudcome@163.com", "url": "http://ydr.me" }, "contributors": [], "homepage": "https://github.com/blearjs/blear.utils.time", "repository": { "type": "git", "url": "https://github.com/blearjs/blear.utils.time" }, "bugs": { "url": "https://github.com/blearjs/blear.utils.time/issues" }, "dependencies": { "blear.utils.date": "1.x", "blear.utils.typeis": "1.x" }, "peerDependencies": {}, "devDependencies": { "jasmine-core": "^2.4.1", "karma": "^0.13.22", "karma-chrome-launcher": "^1.0.1", "karma-coolie": "^2.0.1", "karma-coverage": "^0.5.5", "karma-coveralls": "^1.1.2", "karma-jasmine": "^0.3.8" }, "license": "MIT" }