-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.14 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
{
"name": "Teplitsa_minifier",
"version": "1.0.1",
"description": "Kidsave project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"website"
],
"author": "Teplitsa",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/Teplitsa/testpack.git"
},
"devDependencies": {
"del": "^2.0.2",
"event-stream": "^3.3.5",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-cheerio": "^0.6.2",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-filter": "^3.0.0",
"gulp-load-plugins": "^1.6.0",
"gulp-main-bower-files": "^1.7.0",
"gulp-rev": "^6.0.1",
"gulp-sass": "^2.0.4",
"gulp-size": "^1.3.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-svgmin": "^1.2.0",
"gulp-svgstore": "^5.0.5",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"main-bower-files": "^2.9.0",
"modularscale-sass": "^3.0.8",
"node-bourbon": "^4.2.3",
"relative-path": "^1.0.0",
"run-sequence": "^1.2.2"
},
"dependencies": {
"animate.css": "^3.7.2",
"imagesloaded": "^3.2.0"
}
}