-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "@sendezentrum/attendee-profile",
"version": "0.1.0",
"description": "",
"private": true,
"scripts": {
"development": "gulp development",
"build": "NODE_ENV=production gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/sendezentrum/attendee-profile.git"
},
"author": "Dennis Morhardt <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browser-sync": "^2.11.2",
"browserify": "^13.0.0",
"del": "^2.2.0",
"globby": "^4.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-if": "^2.0.0",
"gulp-inject": "^3.0.0",
"gulp-jade": "^1.1.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgmin": "^1.2.2",
"gulp-svgstore": "^6.0.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"through2": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"dropzone": "^4.3.0",
"exif-js": "^2.1.1",
"jquery": "^2.2.3",
"normalize.css": "^4.1.1"
}
}