half-past
Version:
natural-language date-parsing in javascript
43 lines (42 loc) • 1.12 kB
JSON
{
"name": "half-past",
"version": "0.0.3",
"description": "natural-language date-parsing in javascript",
"main": "./builds/sometime.js",
"unpkg": "./builds/sometime.min.js",
"scripts": {
"watch": "amble ./scratch.js",
"test": "\"node_modules/.bin/tape\" \"./tests/*.test.js\" | \"node_modules/.bin/tap-dancer\" --color",
"build": "node ./scripts/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spencermountain/nlp-date.git"
},
"keywords": [
"nlp",
"date-parsing"
],
"author": "spencermountain@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/spencermountain/nlp-date/issues"
},
"homepage": "https://github.com/spencermountain/nlp-date#readme",
"dependencies": {
"spacetime": "5.1.0"
},
"devDependencies": {
"amble": "0.0.7",
"@babel/core": "7.2.2",
"@babel/preset-env": "7.2.3",
"babelify": "10.0.0",
"browserify": "16.2.3",
"compromise": "^11.12.4",
"derequire": "2.0.6",
"shelljs": "0.8.3",
"tap-dancer": "0.1.2",
"terser": "3.12.0",
"tape": "4.9.1"
}
}