-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 940 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
36
37
38
39
40
41
{
"name": "telepat-demo",
"version": "1.0.0",
"description": "A demo showcasing telepat capabilities, based on FarhadG/bootstrap-jade-stylus-gulp-boilerplate",
"main": "gulpfile.js",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-jade": "^0.11.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-stylus": "^2.0.0",
"gulp-util": "^3.0.2",
"gulp-webserver": "^0.9.0",
"opn": "^1.0.1",
"pug": "^2.0.0-beta5"
},
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/telepat-io/telepat-demo"
},
"keywords": [
"telepat",
"demo",
"chat",
"tasks",
"messaging",
"realtime",
"synchronization",
"api"
],
"author": "Razvan Botea",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/telepat-io/telepat-demo/issues"
},
"homepage": "http://telepat.io/"
}