Skip to content

Commit

Permalink
add package.json ton install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sturm committed May 17, 2017
1 parent 49feae0 commit 4fdd89f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "docker-karma",
"version": "1.0.0",
"description": "Jasmine tests + Karma + Docker",
"devDependencies": {
"jasmine-core": "^2.6.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-jasmine": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsantiago/docker-karma.git"
},
"keywords": [
"karma",
"jasmine",
"docker"
],
"author": "Joshua Santiago",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/jsantiago/docker-karma/issues"
},
"homepage": "https://github.com/jsantiago/docker-karma#readme"
}

0 comments on commit 4fdd89f

Please sign in to comment.