-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "coveo-client",
"version": "0.0.3",
"description": "Coveo Cloud Client",
"main": "dist/Coveo.js",
"types": "dist/src/Index.d.ts",
"homepage": "https://github.com/sbelzile-Coveo/coveo-client",
"repository": {
"type": "git",
"url": "git+https://github.com/sbelzile-Coveo/coveo-client.git"
},
"scripts": {
"build": "webpack",
"test": "./node_modules/.bin/karma start --single-run",
"test:watch": "karma start",
"test:browser": "karma start --browsers=Chrome"
},
"author": "sbelzile",
"license": "MIT",
"devDependencies": {
"@types/jasmine": "2.8.6",
"html-webpack-plugin": "^2.30.1",
"istanbul-instrumenter-loader": "3.0.0",
"jasmine": "2.8.0",
"jasmine-core": "2.8.0",
"karma": "2.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "1.4.1",
"karma-jasmine": "1.1.1",
"karma-junit-reporter": "1.2.0",
"karma-spec-reporter": "0.0.32",
"karma-typescript": "3.0.12",
"karma-webpack": "2.0.9",
"ts-loader": "3.5.0",
"typescript": "2.7.2",
"webpack": "3.11.0"
}
}