UNPKG

759 BJSONView Raw
1{
2 "name": "fecha",
3 "main": "fecha.js",
4 "version": "2.0.0",
5 "homepage": "https://github.com/taylorhakes/fecha",
6 "authors": [
7 "Taylor Hakes"
8 ],
9 "description": "Date formatting and parsing",
10 "moduleType": [
11 "amd",
12 "globals",
13 "node"
14 ],
15 "keywords": [
16 "date",
17 "parse",
18 "moment",
19 "format",
20 "fecha",
21 "formatting"
22 ],
23 "license": "MIT",
24 "ignore": [
25 "**/.*",
26 "node_modules",
27 "bower_components",
28 "test",
29 "tests"
30 ],
31 "devDependencies": {
32 "karma": "^0.12.31",
33 "jasmine-core": "^2.1.3",
34 "karma-jasmine": "^0.3.4",
35 "karma-phantomjs-launcher": "^0.1.4",
36 "karma-coverage": "^0.2.7",
37 "gulp": "^3.8.10",
38 "gulp-uglify": "^1.0.2",
39 "gulp-rename": "^1.2.0"
40 }
41}