react / wstein / node_modules / browserify / node_modules / console-browserify / node_modules / date-now / package.json
80536 views{1"name": "date-now",2"version": "0.1.4",3"description": "A requirable version of Date.now()",4"keywords": [],5"author": {6"name": "Raynos",7"email": "[email protected]"8},9"repository": {10"type": "git",11"url": "git://github.com/Colingo/date-now.git"12},13"main": "index",14"homepage": "https://github.com/Colingo/date-now",15"contributors": [16{17"name": "Artem Shoobovych"18}19],20"bugs": {21"url": "https://github.com/Colingo/date-now/issues",22"email": "[email protected]"23},24"dependencies": {},25"devDependencies": {26"tape": "~0.2.2",27"browserify": "https://github.com/raynos/node-browserify/tarball/master",28"testem": "~0.2.52"29},30"licenses": [31{32"type": "MIT",33"url": "http://github.com/Colingo/date-now/raw/master/LICENSE"34}35],36"scripts": {37"test": "node ./test",38"build": "browserify test/index.js -o test/static/bundle.js",39"testem": "testem"40},41"testling": {42"files": "test/*.js",43"browsers": {44"ie": [45"8",46"9",47"10"48],49"firefox": [50"16",51"17",52"nightly"53],54"chrome": [55"22",56"23",57"canary"58],59"opera": [60"12",61"next"62],63"safari": [64"5.1"65]66}67},68"_id": "[email protected]",69"dist": {70"shasum": "eaf439fd4d4848ad74e5cc7dbef200672b9e345b",71"tarball": "http://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz"72},73"_from": "date-now@>=0.1.4 <0.2.0",74"_npmVersion": "1.2.3",75"_npmUser": {76"name": "raynos",77"email": "[email protected]"78},79"maintainers": [80{81"name": "raynos",82"email": "[email protected]"83}84],85"directories": {},86"_shasum": "eaf439fd4d4848ad74e5cc7dbef200672b9e345b",87"_resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",88"readme": "ERROR: No README data found!"89}909192