-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.06 KB
/
package.json
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": "dateline",
"version": "2.2.4",
"description": "Associated Press style date & times for JavaScript & Node.js",
"main": "dateline.js",
"scripts": {
"prettier": "prettier --write '**/*.js'",
"test-browser": "karma start test/karma.conf.js",
"test-node": "mocha",
"test": "npm run test-node && npm run test-browser"
},
"keywords": [
"time",
"ap",
"associated press",
"date"
],
"author": "Jeff Long",
"license": "MIT",
"devDependencies": {
"assertive": "5.0.5",
"browserify": "^17.0.0",
"karma": "6.4.4",
"karma-browserify": "8.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "2.0.1",
"mocha": "10.8.2",
"prettier": "3.3.3",
"puppeteer": "23.7.1",
"timekeeper": "2.3.1",
"watchify": "^4.0.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/banterability/dateline.git"
},
"bugs": {
"url": "https://github.com/banterability/dateline/issues"
},
"homepage": "https://github.com/banterability/dateline"
}