-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.09 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
{
"name": "jsxc",
"version": "3.0.1",
"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": "^6.0.1",
"bower": "^1.4.1",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-banner": "~0.6.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-data-uri": "^0.3.0",
"grunt-html-convert": "0.0.2",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jsdoc": "^2.1.0",
"grunt-merge-data": "^0.4.3",
"grunt-prettysass": "^0.2.3",
"grunt-sass": "1.2.1",
"grunt-search": "^0.1.6",
"grunt-text-replace": "~0.4.0",
"node-sass": "3.10.1"
}
}