forked from CometVisu/CometVisu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.96 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
{
"name": "CometVisu",
"description": "The CometVisu is an interactive, realtime, web based visualization. It can be used to access the KNX bus or with the OpenHAB backend everything in the OpenHAB world.",
"version": "0.10.0-RC1",
"repository": {
"type": "git",
"url": "https://github.com/cometvisu/cometvisu.git"
},
"scripts": {},
"license": "GPL-3.0",
"authors": [
{
"name": "Christian Mayer (ChristianMayer)",
"email": "CometVisu at ChristianMayer dot de"
},
{
"name": "Tobias Bräutigam (Peuter)",
"email": "tbraeutigam at gmail dot com"
}
],
"devDependencies": {
"csso": "^1.5.4",
"grunt": "^0.4.0",
"grunt-banner": "^0.6.0",
"grunt-bump": "0.7.0",
"grunt-chmod": "latest",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.0.0",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-file-creator": "^0.1.3",
"grunt-github-changes": "latest",
"grunt-github-releaser": "^0.1.18",
"grunt-jscs": "^2.7.0",
"grunt-jsdoc": "^1.1.0",
"grunt-karma": "^0.12.2",
"grunt-karma-coveralls": "^2.5.4",
"grunt-manifest": "^0.4.4",
"grunt-prompt": "^1.3.3",
"grunt-protractor-runner": "^4.0.0",
"grunt-scaffold": "^0.1.4",
"grunt-shell": "^1.3.0",
"grunt-svgmin": "^3.2.0",
"grunt-svgstore": "latest",
"ini": "^1.3.4",
"ink-docstrap": "^1.1.2",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.5",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"karma-requirejs": "^0.2.5",
"phantomjs-prebuilt": "^2.1.4",
"protractor": "^4.0.12",
"request": "^2.69.0",
"requirejs": "^2.1.22",
"rjs-build-analysis": "0.0.3",
"svgmin": "^0.1.0"
}
}