-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add package.json ton install dependencies
- Loading branch information
Daniel Sturm
committed
May 17, 2017
1 parent
49feae0
commit 4fdd89f
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |