-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 970 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
36
37
38
{
"name": "humansofnosara",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "hugo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Auspicus/humansofnosara.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Auspicus/humansofnosara/issues"
},
"homepage": "https://github.com/Auspicus/humansofnosara#readme",
"dependencies": {
"hugo-bin": "^0.30.0",
"browserify": "^14.4.0",
"globby": "^6.1.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.8.0",
"gulp-sass": "^3.1.0",
"gulp-sass-glob": "^1.0.8",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"js-search": "^1.4.2",
"preact": "^8.4.2",
"puppeteer": "^1.13.0",
"through2": "^2.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}