UNPKG

731 BJSONView Raw
1{
2 "name": "fecha",
3 "version": "2.0.0",
4 "description": "Date formatting and parsing",
5 "main": "fecha.js",
6 "scripts": {
7 "test": "nyc --cache --reporter=text node test.js",
8 "build": "uglifyjs fecha.js -m -o fecha.min.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://taylorhakes@github.com/taylorhakes/fecha.git"
13 },
14 "keywords": [
15 "date",
16 "parse",
17 "moment",
18 "format",
19 "fecha",
20 "formatting"
21 ],
22 "author": "Taylor Hakes",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/taylorhakes/fecha/issues"
26 },
27 "homepage": "https://github.com/taylorhakes/fecha",
28 "devDependencies": {
29 "nyc": "^5.6.0",
30 "painless": "^0.6.1",
31 "uglify-js": "^2.6.1"
32 }
33}