Added initial files for build and test automation.
Showing
- .dockerignore 1 addition, 0 deletions.dockerignore
- .gitignore 2 additions, 0 deletions.gitignore
- Dockerfile 2 additions, 1 deletionDockerfile
- Makefile 1 addition, 0 deletionsMakefile
- app/app.js 2 additions, 2 deletionsapp/app.js
- gruntFile.js 151 additions, 0 deletionsgruntFile.js
- index.html 4 additions, 18 deletionsindex.html
- package.json 35 additions, 0 deletionspackage.json
.dockerignore
0 → 100644
gruntFile.js
0 → 100644
package.json
0 → 100644
{ | ||
"author": "Michael Crosby", | ||
"name": "dockerui", | ||
"homepage": "https://github.com/crosbymichael/dockerui", | ||
"version": "0.6.0-SNAPSHOT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:crosbymichael/dockerui.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/crosbymichael/dockerui/issues" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://raw.githubusercontent.com/crosbymichael/dockerui/master/LICENSE" | ||
} | ||
], | ||
"engines": { | ||
"node": ">= 0.8.4" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"grunt": "~0.4.0", | ||
"grunt-recess": "~0.3", | ||
"grunt-contrib-clean": "~0.4.0", | ||
"grunt-contrib-copy": "~0.4.0", | ||
"grunt-contrib-jshint": "~0.2.0", | ||
"grunt-contrib-concat": "~0.1.3", | ||
"grunt-contrib-uglify": "~0.1.1", | ||
"grunt-karma": "~0.4.4", | ||
"grunt-html2js": "~0.1.0", | ||
"grunt-contrib-watch": "~0.3.1" | ||
} | ||
} |
Please register or sign in to comment