forked from js-joda/js-joda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.04 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@js-joda/root",
"description": "a date and time library for javascript",
"repository": {
"type": "git",
"url": "https://github.com/js-joda/js-joda.git"
},
"author": "pithu",
"contributors": [
"pithu",
"phueper"
],
"homepage": "https://js-joda.github.io/js-joda",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/js-joda/js-joda/issues"
},
"scripts": {
"version": "npm run build-esdoc",
"build-esdoc": "./node_modules/.bin/esdoc -c esdoc.json",
"build-test-coverage-report": "./build-test-coverage-report.sh"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.7.4",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.4",
"@babel/register": "^7.7.4",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-istanbul": "^5.2.0",
"chai": "^4.2.0",
"copy-webpack-plugin": "^5.0.5",
"coveralls": "^3.1.1",
"esdoc": "^1.1.0",
"esdoc-inject-script-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^6.7.0",
"eslint-config-js-joda": "^1.0.0",
"json-loader": "^0.5.7",
"karma": "^4.4.1",
"karma-chai-plugins": "^0.9.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.2.0",
"karma-mocha": "^1.3.0",
"karma-sauce-launcher": "^2.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"lerna": "^4.0.0",
"lerna-changelog": "^2.1.0",
"markdown-toc": "^1.2.0",
"mocha": "^6.2.2",
"moment-timezone": "^0.5.27",
"npm-check-updates": "^3.2.1",
"nyc": "^14.1.1",
"requirejs": "^2.3.6",
"requirejs-json": "0.0.3",
"requirejs-text": "^2.0.15",
"rollup": "^1.27.4",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-uglify": "^6.0.3",
"ts-node": "^8.10.2",
"typescript": "^3.7.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"yargs": "^15.0.2"
}
}