forked from kaazing/kaazing-client-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1010 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
30
31
{
"name": "kaazing-client-javascript",
"branchVersion": "5.0.*",
"description": "Files necessary to develop a Javascript-based client for a Kaazing WebSocket Gateway.",
"repository": {
"type" : "git",
"url" : "https://github.com/kaazing/kaazing-client-javascript.git"
},
"licenses": [
{
"type": "Apache 2",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"devDependencies": {
"grunt": "^0.4.5",
"bower": "^1.3.8",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-compress": "^0.12.0",
"grunt-line-remover": "^0.0.2",
"grunt-contrib-uglify": "^0.6.0",
"grunt-jsdoc": "^0.5.7",
"grunt-apidox": "^0.1.4",
"grunt-karma": "^0.9.0",
"grunt-yuidoc2md": "^0.3.4",
"grunt-jsdoc-to-markdown": "^0.4.2",
"grunt-stripbanner": "^0.0.1"
}
}