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
|
{
"name": "Botleagues",
"version": "0.0.0",
"description": "",
"main": ".",
"dependencies": {},
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-changed": "~1.2.1",
"gulp-coffee": "~2.3.1",
"gulp-concat": "~2.5.2",
"gulp-debug": "^2.0.0",
"gulp-foreach": "^0.1.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "~2.2.1",
"gulp-jade": "~1.0.0",
"gulp-jshint": "^1.9.2",
"gulp-less": "^3.0.0",
"gulp-minify-css": "^0.4.5",
"gulp-minify-html": "~1.0.2",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-strip-debug": "~1.0.2",
"gulp-uglify": "~1.2.0",
"gulp-util": "^3.0.3",
"markdown-js": "0.0.3",
"merge-stream": "^0.1.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Botleagues/Frontend"
},
"author": "Camil Staps <info@camilstaps.nl>",
"license": "GPL v3.0",
"bugs": {
"url": "https://github.com/Botleagues/Frontend/issues"
},
"homepage": "https://github.com/Botleagues/Frontend"
}
|