forked from Vander-Wall/MyIP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 793 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 793 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
29
{
"name": "ip_skk_moe",
"version": "0.0.0",
"private": true,
"description": "An alternative ip111 service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SukkaW/MyIP.git"
},
"author": "SukkaW (https://skk.moe)",
"license": "MIT",
"bugs": {
"url": "https://github.com/SukkaW/MyIP/issues"
},
"homepage": "https://github.com/SukkaW/MyIP#readme",
"dependencies": {
"@babel/core": "7.7.2",
"@babel/preset-env": "7.7.1",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
"gulp-htmlclean": "2.7.22",
"gulp-htmlmin": "5.0.1",
"gulp-uglify": "3.0.2"
}
}