-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
53 lines (53 loc) · 1.33 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
47
48
49
50
51
52
53
{
"name": "gti",
"version": "0.0.0",
"description": "Regimento Interno do GTI",
"main": "gulpfile.js",
"scripts": {
"build": "gulp build --production",
"clean": "git clean -dfx",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piratas/gti.git"
},
"keywords": [
"gti",
"regimento",
"blog"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/piratas/gti/issues"
},
"homepage": "https://github.com/piratas/gti#readme",
"devDependencies": {
"browserify": "^13.0.0",
"domready": "^1.0.8",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-buffer": "0.0.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-file-include": "^0.13.7",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-import-css": "^0.1.2",
"gulp-livereload": "^3.8.1",
"gulp-markdown": "^1.2.0",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1",
"livereload": "^0.4.0",
"sprintf": "^0.1.5",
"stream": "0.0.2",
"underscore": "^1.8.3",
"vinyl-source-stream": "^1.1.0"
}
}