-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
44 lines (44 loc) · 1.3 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
41
42
43
44
{
"name": "jsxc",
"version": "3.0.1-nightly.20160504",
"description": "Real-time chat app",
"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"
},
"devDependencies": {
"autoprefixer-core": "^4.0.2",
"bower": "^1.4.1",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^2.1.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-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-csslint": "^0.3.1",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-data-uri": "~> 0.3.0",
"grunt-html-convert": "0.0.2",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jsdoc": "^0.5.7",
"grunt-merge-data": "^0.4.3",
"grunt-postcss": "^0.2.0",
"grunt-prettysass": "^0.2.3",
"grunt-sass": "1.0.0",
"grunt-search": "^0.1.6",
"grunt-merge-data": "^0.4.3",
"grunt-shell": "^1.1.2",
"grunt-text-replace": "~0.4.0",
"node-sass": "3.7.0"
}
}