-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1022 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "scp-heat",
"description": "Find hottest SCPs on the Rise",
"version": "1.0.0",
"authors": "Woedenaz",
"license": "CC-BY-SA-3.0",
"repository": {
"type": "git"
},
"browserslist": [
"< 100%"
],
"devDependencies": {
"acorn": "latest",
"autoprefixer": "latest",
"@babel/core": "^7.5.0",
"babel-loader": "latest",
"browser-sync": "latest",
"cssnano": "latest",
"cssnano-preset-default": "latest",
"del": "latest",
"glob": "latest",
"gulp": "latest",
"gulp-eslint": "latest",
"gulp-imagemin": "latest",
"gulp-newer": "latest",
"gulp-npm-script-sync": "latest",
"gulp-postcss": "latest",
"gulp-rename": "latest",
"moment": "latest",
"sharp": "latest",
"webpack": "latest",
"webpack-stream": "latest",
"postcss-import": "latest",
"map-stream": "latest",
"jquery": "latest"
},
"scripts": {
"gulp": "node node_modules/gulp/bin/gulp.js"
},
"dependencies": {
"scpper.js": "^3.0.3"
}
}