-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 975 Bytes
/
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
{
"name": "js-joda-examples",
"version": "1.0.0",
"description": "HowTo use js-joda libraries in different environments",
"main": "index.js",
"scripts": {
"test": "./test/run-node-samples.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/js-joda/js-joda-examples.git"
},
"author": "pithu",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/js-joda/js-joda-examples/issues"
},
"homepage": "https://github.com/js-joda/js-joda-examples#readme",
"dependencies": {
"@js-joda/locale_en-us": "^2.0.0",
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"eslint": "^4.19.1",
"eslint-config-js-joda": "^1.0.0",
"js-joda": "^1.9.1",
"js-joda-extra": "^0.2.0",
"js-joda-locale": "^1.0.0",
"js-joda-timezone": "^1.3.0",
"typescript": "^2.9.2",
"webpack": "^4.2.0",
"webpack-cli": "^2.0.13"
}
}