forked from js-joda/js-joda-timezone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.75 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
72
73
74
75
76
77
{
"name": "js-joda-timezone",
"version": "1.1.3",
"description": "iana tzdb timezone bindings for js-joda",
"typings": "dist/js-joda-timezone.d.ts",
"main": "dist/js-joda-timezone.js",
"scripts": {
"test": "./node_modules/.bin/mocha --timeout 5000 --compilers js:babel-core/register ./test/*Test.js ./test/**/*Test.js",
"test-coverage": "NODE_ENV=test COVERAGE=1 ./node_modules/.bin/nyc --report-dir=build/coverage --reporter=lcov --reporter html ./node_modules/.bin/mocha --timeout 5000 --compilers js:babel-core/register --reporter progress ./test/*Test.js ./test/**/*Test.js ./test/**/**/*Test.js",
"test-browser": "./node_modules/.bin/karma start --reporters=dots --single-run",
"test-ts-definitions": "tsc --noImplicitAny --noEmit --pretty test/typescript_defintions/js-joda-timezone-tests.ts",
"test-saucelabs": "./node_modules/.bin/karma start --reporters=\"dots,saucelabs\" --browsers=\"sl_chrome,sl_ie_9,sl_firefox\" --single-run=true",
"build-esdoc": "./node_modules/.bin/esdoc -c esdoc.json",
"build-dist": "./node_modules/.bin/webpack --progress --colors --bail && DIST_MIN=1 ./node_modules/.bin/webpack --progress --colors --bail",
"lint": "./node_modules/.bin/eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/js-joda/js-joda-timezone.git"
},
"keywords": [
"date",
"time",
"timezone"
],
"nyc": {
"sourceMap": false,
"instrument": false
},
"author": "pithu",
"contributors": [
"pithu",
"phueper"
],
"peerDependencies": {
"js-joda": "^1.5.1"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-istanbul": "^4.1.1",
"babel-preset-es2015": "^6.24.0",
"chai": "^3.5.0",
"coveralls": "^2.13.0",
"esdoc": "^0.5.2",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.2.0",
"js-joda": "^1.5.1",
"json-loader": "^0.5.4",
"karma": "^1.6.0",
"karma-chai-plugins": "^0.8.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sauce-launcher": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"markdown-toc": "^1.1.0",
"mocha": "^3.2.0",
"moment-timezone": "^0.5.13",
"nyc": "^10.2.0",
"phantomjs-prebuilt": "^2.1.14",
"typescript": "^2.2.2",
"webpack": "^2.3.3"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/js-joda/js-joda-timezone/issues"
},
"homepage": "https://github.com/js-joda/js-joda-timezone#readme",
"dependencies": {}
}