-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 818 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 818 Bytes
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
{
"name": "spongeauth",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/SpongePowered/SpongeAuth.git",
"author": "The SpongePowered Team",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.3",
"@babel/register": "^7.27.1",
"bootstrap-sass": "3.4.3",
"font-awesome": "^4.7.0",
"google-closure-compiler": "^20240317.0.0",
"gulp": "^5.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^3.1.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"minimist": "^1.2.8",
"sass": "^1.93.2",
"sass-module-importer": "^1.4.0"
},
"resolutions": {
"natives": "1.1.3"
}
}