Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
765 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "date-format",
|
---|
3 | "version": "3.0.0",
|
---|
4 | "description": "Formatting Date objects as strings since 2013",
|
---|
5 | "main": "lib/index.js",
|
---|
6 | "repository": {
|
---|
7 | "type": "git",
|
---|
8 | "url": "https://github.com/nomiddlename/date-format.git"
|
---|
9 | },
|
---|
10 | "engines": {
|
---|
11 | "node": ">=4.0"
|
---|
12 | },
|
---|
13 | "scripts": {
|
---|
14 | "lint": "eslint lib/* test/*",
|
---|
15 | "pretest": "eslint lib/* test/*",
|
---|
16 | "test": "mocha"
|
---|
17 | },
|
---|
18 | "keywords": [
|
---|
19 | "date",
|
---|
20 | "format",
|
---|
21 | "string"
|
---|
22 | ],
|
---|
23 | "author": "Gareth Jones <gareth.nomiddlename@gmail.com>",
|
---|
24 | "license": "MIT",
|
---|
25 | "readmeFilename": "README.md",
|
---|
26 | "gitHead": "bf59015ab6c9e86454b179374f29debbdb403522",
|
---|
27 | "devDependencies": {
|
---|
28 | "eslint": "^5.16.0",
|
---|
29 | "eslint-plugin-mocha": "^5.3.0",
|
---|
30 | "mocha": "^5.2.0",
|
---|
31 | "should": "^13.2.3"
|
---|
32 | }
|
---|
33 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.