-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 986 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
{
"name": "datetime2-dev",
"version": "0.0.0",
"description": "Date and time library with iana timezones support",
"devDependencies": {
"chalk": "^1.1.3",
"datetime2-locale-ru": "^2.0.3",
"datetime2-scripts": "^1.0.0",
"datetime2-tzdata": "^1.0.0",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-sizereport": "^1.1.3",
"gulp-uglify": "^1.5.3",
"eslint": "^3.5.0",
"eslint-config-dshimkin": "^2.0.0",
"qunit": "^0.9.1",
"rollup": "^0.36.3",
"rollup-plugin-buble": "^0.14.0",
"shelljs": "^0.7.0"
},
"scripts": {
"build": "gulp target && gulp build",
"cov": "node ./test/unit/run.js --coverage",
"e2e": "node ./test/e2e/run.js",
"gen": "./node_modules/.bin/generate-test-cases --tzdata node_modules/datetime2-tzdata/tzdata/ --output ./test/e2e/spec/reference/",
"lint": "eslint ./",
"min": "gulp min",
"report": "gulp report",
"unit": "node ./test/unit/run.js"
},
"license": "MIT"
}