forked from knockout/tko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.28 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"homepage": "https://tko.io/",
"license": "MIT",
"author": "The Knockout.js Team",
"repository": {
"type": "git",
"url": "https://github.com/knockout/tko.git"
},
"scripts": {},
"bugs": "https://github.com/knockout/tko/issues",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"standard": {
"globals": [
"it",
"iit",
"ddescribe",
"describe",
"jasmine",
"afterEach",
"beforeEach",
"expect",
"testNode",
"waits",
"runs"
]
},
"devDependencies": {
"@lerna/version": "^4.0.0",
"@types/jasmine": "^3.6.10",
"@types/mocha": "^8.2.2",
"chai": "^4.3.4",
"electron": "^12.0.4",
"esbuild": "^0.11.12",
"fs-extra": "^9.1.0",
"jquery": "^3.6.0",
"karma": "^6.3.2",
"karma-chai": "^0.1.0",
"karma-electron-launcher": "^0.3.0",
"karma-jasmine": "^0.1.0",
"karma-mocha": "^2.0.1",
"karma-sauce-launcher": "^4.3.6",
"karma-sinon": "^1.0.5",
"lerna": "^4.0.0",
"mocha": "^8.3",
"sinon": "^10.0",
"standard": "^16.0.3",
"typescript": "^4.2.4"
},
"workspaces": [
"packages/*",
"builds/*"
],
"private": true,
"dependencies": {
"karma-esbuild": "^2.1.3"
}
}