-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
87 lines (87 loc) · 2.45 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
78
79
80
81
82
83
84
85
86
87
{
"name": "r6counters",
"version": "0.0.5",
"description": "A graphical visualization of how operators counter each other in Rainbow Six Siege. View hard and soft counters to help inform your operator choice against the current meta. R6 Operator Counters is an open source project.",
"main": "dist/neo4jd3.min.js",
"bugs": {
"url": "https://github.com/BurkusCat/r6-operator-counters/issues"
},
"homepage": "https://r6counters.com/",
"directories": {
"test": "test"
},
"scripts": {
"start": "gulp",
"createjson": "cd ./src/main/create-operator-json/core && node --experimental-modules --es-module-specifier-resolution=node operatorModule.js",
"tasks": "gulp --tasks",
"test": "gulp test"
},
"keywords": [
"neo4j",
"d3.js",
"graph visualization"
],
"author": {
"name": "Ronan Burke",
"url": "https://r6counters.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/BurkusCat/r6-operator-counters.git"
},
"engines": {
"node": "13.9.0"
},
"license": "MIT",
"dependencies": {
},
"devDependencies": {
"browserify": "^13.3.0",
"browserify-shim": "^3.8.16",
"chai": "^3.5.0",
"del": "^2.2.2",
"file-system": "^2.2.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.5.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-cssnano": "^2.1.3",
"gulp-derequire": "^2.1.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^7.1.0",
"gulp-jshint": "^2.1.0",
"gulp-livereload": "^3.8.1",
"gulp-mocha": "^7.0.2",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.4.0",
"gulp-run": "^1.7.1",
"gulp-sass": "^6.0.0",
"gulp-svg2png": "^2.0.2",
"gulp-terser": "^1.4.1",
"gulp-util": "^3.0.7",
"gulp-webp": "^4.0.1",
"jshint": "^2.13.4",
"karma": "^3.1.4",
"karma-bamboo-reporter": "^0.1.2",
"karma-browserify": "^5.3.0",
"karma-chai-plugins": "^0.7.0",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.0.4",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.4",
"lodash": "^4.17.19",
"node-notifier": "^8.0.2",
"proxyquireify": "^3.2.0",
"r6operators": "^2.10.2",
"sass": "^1.85.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.2",
"watchify": "^3.11.1",
"webp-converter": "^2.3.3",
"workbox-build": "^7.3.0"
}
}