Skip to content

Commit

Permalink
install new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelknoch committed Apr 9, 2016
1 parent ec5dc57 commit 7aad69e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "Locator Dashboard",
"name": "Locator-Dashboard",
"version": "0.1.0",
"main": "main.js",
"license": "ISC",
"scripts": {
"coverage": "http-server -c-1 -o -p 9875 ./coverage",
"posttest": "node_modules/.bin/remap-istanbul -i coverage/coverage-final.json -o coverage -t html"
},
"dependencies": {
"angular2": "2.0.0-beta.13",
"systemjs": "0.19.24",
Expand All @@ -21,12 +25,14 @@
"gulp-typescript": "^2.12.2",
"gulp-watch": "^4.3.5",
"gulp-webserver": "^0.9.1",
"http-server": "^0.9.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-coverage": "^0.5.5",
"karma-jasmine": "^0.3.8",
"lite-server": "^2.1.0",
"remap-istanbul": "^0.5.1",
"tslint": "^3.7.1",
"typescript": "^1.8.9",
"typings": "^0.7.9"
Expand Down

0 comments on commit 7aad69e

Please sign in to comment.