twix-rodcope1
Version:
Fork of twix to help debug
46 lines (45 loc) • 897 B
JSON
{
"name": "twix-rodcope1",
"version": "1.3.0",
"description": "Fork of twix to help debug",
"author": "Rod Cope",
"keywords": [
"twix",
"date",
"date range"
],
"peerDependencies": {
"moment-rodcope1": ">= 2.10.0"
},
"devDependencies": {
"benchmark": "latest",
"blanket": "latest",
"coffee-script": "latest",
"coffeelint": "latest",
"coveralls": "latest",
"mocha": "latest",
"mocha-lcov-reporter": "latest",
"moment": ">= 2.10.0",
"requirejs": "latest",
"uglify-js": "^3.16.3"
},
"main": "dist/twix",
"scripts": {
"test": "mocha -R dot test/twix.spec.js"
},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rodcope1/twix-rodcope1.git"
},
"license": "MIT",
"config": {
"blanket": {
"pattern": [
"dist/twix.js"
]
}
}
}