edtfy
Version:
Javascript date parser, transforms user input into the edtf format.
47 lines (46 loc) • 1.15 kB
JSON
{
"name": "edtfy",
"version": "0.0.8",
"description": "Javascript date parser, transforms user input into the edtf format.",
"homepage": "http://edtfy.barbotte.net",
"repository": {
"type": "git",
"url": "git+https://github.com/nicompte/edtfy.git"
},
"keywords": [
"edtf",
"date",
"parser"
],
"main": "dist/edtfy.js",
"scripts": {
"test": "gulp test",
"build": "gulp build",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"author": {
"name": "Nicolas Barbotte",
"email": "nicolas@barbotte.net"
},
"license": "MIT",
"devDependencies": {
"browserify": "13.0.1",
"browserify-derequire": "^0.9.4",
"chai": "3.5.0",
"gulp": "3.9.1",
"gulp-mocha": "2.2.0",
"gulp-peg": "git://github.com/nicompte/gulp-peg.git#master",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.4",
"publish-please": "2.1.4",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0"
},
"bugs": {
"url": "https://github.com/nicompte/edtfy/issues"
},
"readme": "README.md",
"_id": "edtfy@0.0.6"
}