forked from FirebaseExtended/firechat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 959 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
{
"name": "firechat",
"title": "Firechat",
"description": "Open source, real-time chat powered by Firebase",
"homepage": "http://firebase.github.io/firechat",
"author": {
"name": "Firebase Inc.",
"url": "https://firebase.com"
},
"repository": {
"type": "git",
"url": "git://github.com/firebase/firechat.git"
},
"bugs": "https://github.com/firebase/firechat/issues",
"licenses": [{
"type": "MIT",
"url": "http://firebase.mit-license.org/"
}],
"version": "0.1.0",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-concat": "~0.1.1",
"grunt-contrib-jshint": "~0.1.0",
"grunt-contrib-jst": "~0.5.0",
"grunt-contrib-less": "~0.5.0",
"grunt-contrib-uglify": "~0.1.0",
"grunt-contrib-watch": "~0.1.4",
"grunt-docco": "~0.2.0"
},
"keywords": ["firebase", "chat", "talk", "real-time", "synchronization", "websocket"]
}