-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 992 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 992 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
30
31
32
33
34
35
36
37
{
"name": "quicksign.github.io",
"version": "1.0.0",
"description": "Quicksign homepage for open source projects",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Quicksign/quicksign.github.io.git"
},
"author": "Quicksign Dev Team",
"bugs": {
"url": "https://github.com/Quicksign/quicksign.github.io/issues"
},
"dependencies": {
"browserify": "^16.2.3",
"child_process": "^1.0.2",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.4.0",
"gulp-connect": "^5.6.1",
"gulp-install": "^1.1.0",
"gulp-rename": "^1.4.0",
"gulp-require-modules": "^1.1.2",
"gulp-sass": "^4.0.1",
"uglify-js": "^2.6.0",
"yargs": "^12.0.2"
},
"devDependencies": {
"material-kit": "^2.0.4"
},
"homepage": "https://code.quicksign.io/"
}