Skip to content

Commit

Permalink
attempt to fix travisCI with some node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Apr 22, 2013
1 parent 71f30d5 commit 25a4cba
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,4 +1,6 @@
language: java
jdk:
- openjdk7
- oraclejdk7
- oraclejdk7
node_js:
- 0.8
49 changes: 49 additions & 0 deletions package.json
@@ -0,0 +1,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.8.1",
"phantomjs": "1.9.0-1"
},
"bundledDependencies": [
],
"engines": {
"node": ">=0.8"
}
}

0 comments on commit 25a4cba

Please sign in to comment.