-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 899 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": "silverchat",
"version": "1.2.6",
"description": "Real-time chat client for Silverpeas",
"homepage": "https://www.silverpeas.org/",
"bugs": "https://github.com/Silverpeas/silverchat/issues",
"license": "MIT",
"author": "Miguel Moquillon <miguel.moquillon@silverpeas.org>",
"repository": {
"type": "git",
"url": "https://github.com/Silverpeas/silverchat"
},
"devDependencies": {
"minimist": "^1.2.5",
"grunt": "^1.1.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-jshint": "~2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-html-convert": "0.0.2",
"grunt-insert": "^0.1.0",
"grunt-jsbeautifier": "^0.2.13",
"grunt-text-replace": "~0.4.0",
"lodash": ">=4.17.19",
"websocket-extensions": ">=0.1.4"
}
}