-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 839 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 839 Bytes
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
{
"name": "angular-chatbar",
"version": "0.0.1",
"description": "Customizable gmail-like chatbar (layout only) for angular",
"dependencies": {},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-babel": "^4.0.0",
"gulp-concat": "^2.5.2",
"gulp-cssmin": "^0.1.6",
"gulp-ng-annotate": "^0.5.2",
"gulp-rename": "^1.2.0",
"gulp-stylus": "^2.0.1",
"gulp-uglify": "^1.1.0",
"gulp-watch": "^4.2.0",
"merge-stream": "^0.1.7",
"nib": "^1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jlowcs/angular-chatbar.git"
},
"keywords": [
"angular",
"chat",
"chatbar"
],
"author": "Jerome Louis",
"license": "MIT",
"bugs": {
"url": "https://github.com/jlowcs/angular-chatbar/issues"
},
"homepage": "https://github.com/jlowcs/angular-chatbar"
}