-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 880 Bytes
/
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
{
"name": "event-creator-project",
"version": "1.0.0",
"description": "Project for creating Events",
"main": "index.html",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Richard Ivan",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.15.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^1.1.1",
"gulp-exit": "0.0.2",
"gulp-image-resize": "^0.7.2",
"gulp-imagemin": "^2.4.0",
"gulp-imageoptim": "^0.3.6",
"gulp-jasmine-phantom": "^2.1.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"imagemin-pngquant": "^4.2.2"
},
"dependencies": {
"gulp-imageoptim": "^0.3.4",
"imageoptim-cli": "^1.11.6"
}
}