forked from hawtio/hawtio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "hawtio",
"version": "1.0.0",
"description": "A HTML5 web console for managing Java services with support for JMX, OSGi, Apache ActiveMQ, Apache Camel and Fuse Fabric. Open source, modular and extensible",
"keywords": [
"application", "java", "management", "tool", "angularjs", "typescript"
],
"private": true,
"author": "hawt.io team",
"contributors": [
{
"name": "hawt.io team",
"web": "https://github.com/hawtio/hawtio/graphs/contributors"
}
],
"repository": {
"type": "git",
"url": "https://github.com/hawtio/hawtio"
},
"bugs": {
"url": "https://github.com/hawtio/hawtio/issues"
},
"licenses": [
{
"type": "Apache 2.0 License",
"url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
}
],
"preferGlobal": false,
"scripts": {
"test": "grunt test"
},
"dependencies" : {
"grunt-contrib-copy": "~0.3.2",
"grunt-reload": "~0.2.0",
"grunt-type": "~0.8.1"
},
"analyze": true,
"devDependencies": {
"grunt": "~0.3.17",
"typescript": "~0.9.0",
"phantomjs": "1.9.0-1"
},
"bundledDependencies": [
],
"engines": {
"node": ">=0.8"
}
}