blob: c41d63c518f946475915e97f32b7e202ed2d1055 [file] [log] [blame]
{
"author": "Raynos <raynos2@gmail.com>",
"bugs": {
"email": "raynos2@gmail.com",
"url": "https://github.com/Colingo/date-now/issues"
},
"contributors": [
{
"name": "Artem Shoobovych"
}
],
"dependencies": {},
"description": "A requirable version of Date.now()",
"devDependencies": {
"browserify": "https://github.com/raynos/node-browserify/tarball/master",
"tape": "~0.2.2",
"testem": "~0.2.52"
},
"homepage": "https://github.com/Colingo/date-now",
"keywords": [],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Colingo/date-now/raw/master/LICENSE"
}
],
"main": "index",
"name": "date-now",
"repository": "git://github.com/Colingo/date-now.git",
"scripts": {
"build": "browserify test/index.js -o test/static/bundle.js",
"test": "node ./test",
"testem": "testem"
},
"testling": {
"browsers": {
"chrome": [
"22",
"23",
"canary"
],
"firefox": [
"16",
"17",
"nightly"
],
"ie": [
"8",
"9",
"10"
],
"opera": [
"12",
"next"
],
"safari": [
"5.1"
]
},
"files": "test/*.js"
},
"version": "0.1.4"
}