forked from codesandbox/codesandbox-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (43 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (43 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "fecha",
"version": "2.3.3",
"description": "Date formatting and parsing",
"main": "fecha.js",
"scripts": {
"test": "eslint fecha.js fecha.strict.js && nyc --cache --reporter=text painless test.*",
"build": "uglifyjs fecha.js -m -o fecha.min.js && uglifyjs fecha.strict.js -m -o fecha.strict.min.js"
},
"repository": {
"type": "git",
"url": "https://taylorhakes@github.com/taylorhakes/fecha.git"
},
"keywords": [
"date",
"parse",
"moment",
"format",
"fecha",
"formatting"
],
"author": "Taylor Hakes",
"license": "MIT",
"bugs": {
"url": "https://github.com/taylorhakes/fecha/issues"
},
"homepage": "https://github.com/taylorhakes/fecha",
"devDependencies": {
"eslint": "^2.4.0",
"nyc": "^5.6.0",
"painless": "^0.9.1",
"uglify-js": "^2.6.1"
},
"files": [
"fecha.js",
"fecha.min.js",
"fecha.d.ts"
],
"types": "./fecha.d.ts"
,"_resolved": "https://registry.npmjs.org/fecha/-/fecha-2.3.3.tgz"
,"_integrity": "sha512-lUGBnIamTAwk4znq5BcqsDaxSmZ9nDVJaij6NvRt/Tg4R69gERA+otPKbS86ROw9nxVMw2/mp1fnaiWqbs6Sdg=="
,"_from": "fecha@2.3.3"
}