-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 899 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
31
32
33
34
35
{
"name": "cloud-site-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "cd deploy && gulp build",
"deploy": "echo 'NOT IMPLEMENTED!!!'",
"setup": "echo 'NOT IMPLEMENTED!!!'",
"install": "echo 'NOT IMPLEMENTED!!!'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fiftin/cloud-site-boilerplate.git"
},
"author": "Denis Gukov",
"license": "ISC",
"bugs": {
"url": "https://github.com/fiftin/cloud-site-boilerplate/issues"
},
"homepage": "https://github.com/fiftin/cloud-site-boilerplate#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-inject": "^5.0.5",
"gulp-pug": "^4.0.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"sass": "^1.54.4"
},
"dependencies": {
"bulma": "^0.9.4"
}
}