-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 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
41
42
43
44
45
46
{
"name": "monk-framework",
"version": "1.0.0",
"description": "Monk CSS framework",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AgenciaMonk/agenciamonk.github.io.git"
},
"keywords": [
"monk",
"framework",
"css"
],
"author": "Gustavo Quinalha <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/AgenciaMonk/agenciamonk.github.io/issues"
},
"homepage": "https://github.com/AgenciaMonk/agenciamonk.github.io#readme",
"devDependencies": {
"browser-sync": "^2.18.8",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^3.0.4",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-load-plugins": "^1.5.0",
"gulp-local-screenshots": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-responsive": "^2.7.0",
"gulp-uglify": "^1.4.1",
"gulp-uncss": "^1.0.6",
"gulp-zip": "^4.0.0",
"pageres": "^4.4.0",
"run-sequence": "^1.2.2"
}
}