mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-27 18:51:53 +00:00
26 lines
544 B
JSON
26 lines
544 B
JSON
{
|
|
"name": "nttc",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Tigercat2000",
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
"del": "^3.0.0",
|
|
"gulp-flatten": "^0.4.0",
|
|
"he": "^1.2.0",
|
|
"jquery": "^3.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^16.2.3",
|
|
"gulp": "^3.9.1",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-rename": "^1.4.0",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"vinyl-source-stream": "^2.0.0"
|
|
}
|
|
}
|