-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.11 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": "inapp-support",
"version": "0.1.0",
"description": "HTML5 inApp support chat using your own firebase account",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodingCarlos/inapp-support.git"
},
"keywords": [
"firebase",
"chat",
"support",
"customer",
"support"
],
"author": {
"name": "Carlos Hernandez",
"url": "https://github.com/CodingCarlos"
},
"contributors": [
{
"name": "Ulises Gascón",
"url": "https://github.com/ulisesGascon"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/CodingCarlos/inapp-support/issues"
},
"homepage": "https://github.com/CodingCarlos/inapp-support#readme",
"devDependencies": {
"browser-sync": "^2.18.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.0.0",
"gulp-ejs": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^2.0.0",
"run-sequence": "^1.2.2"
}
}