forked from owncloud-archive/jsxc.chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 828 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
{
"name": "ojsxc",
"version": "3.0.1",
"description": "Real-time chat app for owncloud",
"homepage": "http://www.jsxc.org/",
"bugs": "https://github.com/jsxc/jsxc/issues",
"license": "MIT",
"author": "Klaus Herberth <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/jsxc/jsxc.owncloud"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-autoprefixer": "^2.2.0",
"grunt-banner": "~0.2.2",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "^0.10.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-data-uri": "^0.2.0",
"grunt-sass": "1.0.0",
"grunt-search": "^0.1.6",
"grunt-text-replace": "~0.3.11",
"node-sass": "3.3.0"
}
}