-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
106 lines (106 loc) · 2.99 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "r6counters",
"version": "0.0.5",
"description": "A graphical visualisation 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": {
"file-system": "^2.2.2",
"gulp-run": "^1.7.1",
"gulp-sass": "^5.1.0",
"gulp-svg2png": "^2.0.2",
"gulp-webp": "^4.0.1",
"phantomjs-prebuilt": "^2.1.16",
"r6operators": "^2.10.1",
"sass": "^1.79.3",
"webp-converter": "^2.3.3",
"workbox-build": "^6.5.3",
"xmlhttprequest-ssl": "^2.1.1"
},
"devDependencies": {
"angular-mocks": "^1.5.7",
"browserify": "^13.0.1",
"browserify-shim": "^3.8.12",
"chai": "^3.5.0",
"cryptiles": ">=4.1.2",
"del": "^2.2.1",
"ecstatic": "^4.1.4",
"event-stream": "3.3.4",
"font-awesome": "^4.6.3",
"growl": ">=1.10.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.5",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-derequire": "^2.1.0",
"gulp-embedlr": "^0.5.2",
"gulp-if": "^2.0.1",
"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.2.2",
"gulp-ruby-sass": "^2.1.0",
"gulp-terser": "^1.2.0",
"gulp-uncache": "^0.4.0-beta1",
"gulp-util": "^3.0.7",
"hoek": ">=4.2.1",
"http-server": "^0.12.3",
"jshint": "^2.13.4",
"karma": "^3.1.4",
"karma-bamboo-reporter": "^0.1.2",
"karma-browserify": "^5.0.5",
"karma-chai-plugins": "^0.7.0",
"karma-coverage": "^1.0.0",
"karma-mocha": "^1.0.1",
"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.1",
"proxyquire": "^1.7.9 ",
"proxyquireify": "^3.2.0",
"run-sequence": "^1.2.2",
"tiny-lr": "^0.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0",
"wallabify": "0.0.15",
"watchify": "^3.7.0",
"wrench": "^1.5.9"
}
}