-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.32 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "baboon-client",
"description": "Baboon Web Toolkit, client library.",
"version": "0.5.3",
"homepage": "https://github.com/litixsoft/baboon-client",
"author": {
"name": "Litixsoft GmbH",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Timo Liebetrau",
"email": "[email protected]"
},
{
"name": "Dominic Sachs",
"email": "[email protected]"
},
{
"name": "Marco Kannenberg",
"email": "[email protected]"
},
{
"name": "Andreas Krummsdorf",
"email": "[email protected]"
},
{
"name": "Sven Bernstein",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/litixsoft/baboon-client.git"
},
"bugs": {
"url": "https://github.com/litixsoft/baboon-client/issues"
},
"keywords": [
"single-page",
"realtime app",
"web application framework",
"web toolkit",
"fullstack web application framework",
"baboon client library"
],
"license": "The MIT License (MIT)",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/litixsoft/baboon-client/blob/master/LICENSE"
}
],
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"ejs": "^2.5.5",
"express": "^3.5.1",
"jshint-stylish": "^1.0.0",
"grunt": "^0.4.5",
"grunt-bump": "^0.0.16",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-conventional-changelog": "^1.1.0",
"grunt-html2js": "^0.2.9",
"grunt-karma": "^0.9.0",
"grunt-newer": "^0.8.0",
"grunt-ngdocs": "litixsoft/grunt-ngdocs",
"grunt-open": "^0.2.3",
"jasmine-core": "^2.1.2",
"karma-detect-browsers": "*",
"karma-coverage": "*",
"karma-jasmine": "^0.3.0",
"karma-junit-reporter": "*",
"karma-mocha-reporter": "*",
"less-middleware": "^0.1.15",
"load-grunt-tasks": "^1.0.0",
"time-grunt": "^1.0.0"
},
"dependencies": {
"socket.io": "^0.9.16"
}
}