-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 KB
/
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
39
40
{
"name": "Hawkpost",
"version": "9000.0.1",
"description": "Festa das Latas e Imposição de Insígnias 2016",
"main": "",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/afvc/latada_2016.git"
},
"author": "Whitesmith Co",
"license": "MIT",
"bugs": {
"url": "https://github.com/afvc/latada_2016/issues"
},
"homepage": "https://hawkpost.co",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.11.2",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^2.0.4",
"gulp-concat": "^2.6.0",
"gulp-deploy-git": "^0.5.3",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.2.0",
"gulp-sass-bulk-import": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"path": "^0.12.7",
"run-sequence": "^1.1.5",
"sass-module-importer": "^1.2.0",
"vinyl-buffer": "^1.0.0",
"yargs": "^4.3.2"
}
}