-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "vieux-example-chat-closure",
"version": "0.0.1",
"description": "An example chat application with Google Closure Tools",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.0",
"gulp-livereload": "^3.8.0"
},
"devDependencies": {
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-concat-css": "^2.2.0",
"gulp-filenames": "^1.3.0",
"gulp-html-replace": "^1.5.1",
"gulp-htmlmin": "^1.1.3",
"gulp-livereload": "dashersw/gulp-server-livereload",
"gulp-minify-css": "^1.2.0",
"gulp-rev": "^5.0.1",
"gulp-rev-napkin": "^0.1.0",
"gulp-rev-replace": "^0.4.2",
"gulp-server-livereload": "^1.4.0",
"gulp-shell": "^0.4.2",
"gulp-symlink": "^2.1.1",
"jaguarjs-jsdoc": "davidshimjs/jaguarjs-jsdoc",
"run-sequence": "^1.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/vieuxio/example-chat-closure"
},
"keywords": [
"vchat",
"mvc"
],
"author": "Armagan Amcalar <armagan@amcalar.com>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/vieuxio/example-chat-closure/issues"
},
"homepage": "https://github.com/vieuxio/example-chat-closure"
}