-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.48 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "comapi-sdk-js",
"version": "1.4.0",
"scripts": {
"test": "karma start --browsers=ChromeHeadless",
"build": "grunt compile"
},
"repository": {
"type": "git",
"url": "https://github.com/comapi/comapi-sdk-js.git"
},
"bugs": {
"url": "https://github.com/comapi/comapi-sdk-js/issues"
},
"dependencies": {
"grunt-cli": "^1.3.2",
"inversify": "4.13.0",
"reflect-metadata": "^0.1.10",
"typescript": "3.9.9"
},
"devDependencies": {
"@types/jasmine": "2.5.35",
"body-parser": "^1.15.0",
"cors": "^2.7.1",
"etag": "^1.7.0",
"express": "4.13.4",
"jasmine-core": "^2.4.1",
"karma": "^6.3.16",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-teamcity-reporter": "0.1.2",
"karma-typescript": "3.0.4",
"grunt": "^1.5.3",
"grunt-ts": "^6.0.0-beta.16",
"grunt-build-number": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-express-server": "^0.5.2",
"grunt-jsdoc": "^0.6.7",
"grunt-run": "^0.6.0",
"grunt-teamcity": "^0.1.5",
"grunt-text-replace": "^0.4.0",
"grunt-tslint": "^3.1.0",
"grunt-typescript": "^0.8.0",
"grunt-webpack": "^1.0.18",
"ink-docstrap": "^1.3.0",
"njwt": "^1.0.0",
"tslint": "^3.7.4",
"webpack": "^1.13.3",
"ws": "^3.3.1"
},
"build": "47",
"license": "MIT"
}