-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.18 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
{
"name": "zzChat",
"version": "1.0.0-beta.1",
"description": "A multi-user chat client, using a REST JSON API and a Javascript client",
"author": {
"name": "Kevin Subileau"
},
"licenses": [{
"type": "GPL-3.0+",
"url": "http://www.gnu.org/licenses/gpl-3.0.html"
}],
"repository": {
"type": "git",
"url": "https://github.com/ksubileau/zzChat.git"
},
"bugs": {
"url": "https://github.com/ksubileau/zzChat/issues"
},
"homepage": "https://github.com/ksubileau/zzChat",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-less": "~0.8.3",
"clean-css": "~2.0.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-compress": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-qunit": "~0.3.0",
"grunt-regex-replace": "~0.2.5",
"grunt-phpunit": "~0.3.0",
"grunt-banner": "~0.2.0",
"matchdep": "~0.1.2"
},
"engines": {
"node": ">=0.8.0"
},
"readmeFilename": "README.md"
}