-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 885 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
{
"name": "moegirl-lyric-template-parser",
"version": "1.0.0",
"description": "<h1 align='center' style=\"color: #228b22\">\r Moegirl-Lyric-Template-Parser\r </h1>",
"main": "moelyrics.js",
"dependencies": {
"express": "^4.17.1",
"gulp-uglify": "^3.0.2"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf dist ",
"build": "npm run clean && gulp",
"server": "npm run build && node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SuCicada/Moegirl-Lyric-Template-Parser.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SuCicada/Moegirl-Lyric-Template-Parser/issues"
},
"homepage": "https://github.com/SuCicada/Moegirl-Lyric-Template-Parser#readme"
}