Skip to content
Snippets Groups Projects
Commit b5b96bc3 authored by Glenn Vorhes's avatar Glenn Vorhes
Browse files

add dependencies and karma runner

parent 4011c9d9
No related branches found
No related tags found
No related merge requests found
......@@ -17,18 +17,22 @@
"typedoc": "typedoc --excludePrivate --mode file --out doc src",
"webpack": "webpack -d -w",
"webpack-prod": "webpack -p",
"tsc": "tsc -w"
"tsc": "tsc -w",
"karma": "karma start"
},
"author": "TOPS Lab",
"license": "ISC",
"devDependencies": {
"@types/d3": "^4.5.0",
"@types/jasmine": "^2.5.43",
"@types/jqueryui": "^1.11.32",
"chai": "^3.5.0",
"custom-ol": "git://github.com/glennvorhes/custom-ol.git#master",
"expect": "^1.20.1",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jasmine": "^2.5.3",
"jasmine-core": "^2.5.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-typescript": "^2.1.7",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"source-map-loader": "^0.1.5",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment