moment-parseformat
Version:
A moment.js plugin to extract the format of a date/time string
59 lines (58 loc) • 1.69 kB
JSON
{
"name": "moment-parseformat",
"description": "A moment.js plugin to extract the format of a date/time string",
"scripts": {
"start": "npm run build:demo && beefy ./index.js --cwd=./demo",
"prebuild": "rimraf dist && mkdirp dist",
"build": "browserify index.js -s moment-parseformat -o dist/moment-parseformat.js",
"build:demo": "browserify index.js -s moment-parseformat -o demo/moment-parseformat.js",
"deploy": "npm run build:demo && npm run deploydocs",
"predeploydocs": "./bin/authorize-push.js",
"deploydocs": "gh-pages-deploy",
"pretest": "standard",
"test": "npm run -s test:node | tap-spec",
"test:coverage": "istanbul cover test/moment-parseformat-test.js",
"test:node": "node test/moment-parseformat-test.js",
"presemantic-release": "npm run build",
"semantic-release": "semantic-release"
},
"files": [
"lib",
"dist",
"index.js"
],
"repository": "github:gr2m/moment-parseformat",
"author": "Gregor Martynus <gregor@martynus.net>",
"license": "MIT",
"homepage": "http://gr2m.github.io/moment-parseformat",
"devDependencies": {
"beefy": "^2.1.5",
"browserify": "^16.0.0",
"gh-pages-deploy": "^0.5.0",
"istanbul": "^0.4.0",
"istanbul-coveralls": "^1.0.1",
"mkdirp": "^1.0.0",
"moment": "^2.10.6",
"rimraf": "^3.0.0",
"semantic-release": "^17.0.0",
"standard": "^14.0.0",
"tap-spec": "^5.0.0",
"tape": "^5.0.0"
},
"keywords": [
"momentjs",
"date",
"parse",
"format"
],
"gh-pages-deploy": {
"staticpath": "demo",
"noprompt": true
},
"standard": {
"ignore": [
"demo"
]
},
"version": "4.0.0"
}