-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.5 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
{
"name": "diva",
"version": "6.0.0",
"description": "Diva.js",
"main": "build/js/diva.js",
"scripts": {
"test": "jest",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DDMAL/diva.js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DDMAL/diva.js/issues"
},
"homepage": "https://github.com/DDMAL/diva.js#readme",
"dependencies": {
"array.prototype.fill": "^1.0.2",
"babel-preset-env": "^1.7.0",
"es6-promise": "^4.2.4",
"gulp-cli": "^2.0.1",
"isomorphic-fetch": "^2.2.1",
"jshint": "^2.10.2",
"lodash.maxby": "^4.6.0",
"selenium-webdriver": "^4.0.0-alpha.1",
"url-search-params": "^1.0.2",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-jest": "^23.4.2",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.26.0",
"connect": "^3.6.6",
"debug": "^3.1.0",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-eslint": "^5.0.0",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^1.6.0",
"gulp-svg-symbols": "^3.2.3",
"gulp-svg2png": "^2.0.2",
"gulp-util": "^3.0.8",
"jest": "^23.4.2",
"jsdom": "^11.12.0",
"jsdom-global": "^3.0.2",
"jshint-stylish": "^2.2.1",
"webpack": "^4.16.3",
"webpack-dev-server": "^3.7.2"
},
"divaOptions": {
"mainEntry": "diva.js",
"mainVarName": "Diva"
},
"jest": {
"testURL": "http://localhost"
}
}