forked from Festify/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.18 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": "festify-v2-app",
"version": "1.0.0",
"description": "The Festify app that allows hosting parties and voting for tracks.",
"devDependencies": {
"autoprefixer": "^6.6.0",
"babel": "^6.5.2",
"babel-preset-es2015": "^6.18.0",
"browser-sync": "^2.17.5",
"connect-history-api-fallback": "^1.3.0",
"cordova-lib": "^6.4.0",
"del": "^2.2.2",
"dotenv": "^4.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^3.0.3",
"gulp-crisper": "^1.1.0",
"gulp-html-postcss": "^6.0.1",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.4.0",
"gulp-responsive": "^2.6.0",
"gulp-template": "^4.0.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"merge-stream": "^1.0.0",
"polymer-build": "^0.8.2",
"polymer-lint": "^0.8.3",
"run-sequence": "^1.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Festify/app.git"
},
"keywords": [
"Festify",
"Client"
],
"author": "Festify Dev Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/Festify/app/issues"
},
"homepage": "https://github.com/Festify/app#readme"
}