-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1003 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
{
"name": "ng-chatbox",
"version": "1.0.1",
"description": "Chat box component for angular",
"main": "build/chatbox.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Liksu/ng-chatbox.git"
},
"keywords": [
"angular",
"chat"
],
"author": "Liksu",
"license": "MIT",
"bugs": {
"url": "https://github.com/Liksu/ng-chatbox/issues"
},
"homepage": "https://github.com/Liksu/ng-chatbox#readme",
"dependencies": {
"gulp-angular-templatecache": "^1.8.0",
"gulp-babel": "^5.3.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-css-to-js": "0.0.1",
"gulp-debug": "^2.1.2",
"gulp-header": "^1.7.1",
"gulp-if": "^2.0.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7"
}
}