-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
107 lines (107 loc) · 2.79 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "kive",
"version": "0.8.4",
"devDependencies": {
"@metahub/karma-jasmine-jquery": "^4.0.1",
"@types/jasmine": "^4.3.2",
"@types/jasmine-ajax": "^3.3.3",
"@types/jasmine-jquery": "^1.5.34",
"grunt-contrib-jshint": "^3.2.0",
"imagediff": "jamesnakagawa/js-imagediff.git#upgrade-canvas-and-jasmine",
"jasmine-ajax": "^4.0.0",
"jasmine-core": "5.0.1",
"jasmine-jquery": "^2.1.1",
"jshint": "^2.13.6",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^5.1.0",
"karma-jasmine-ajax": "^0.1.13",
"karma-jasmine-html-reporter": "^2.1.0",
"karma-sourcemap-loader": "^0.4.0",
"karma-spec-reporter": "0.0.36",
"karma-webpack": "^5.0.0",
"shelljs": "^0.8.5",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.85.1",
"webpack-cli": "^5.1.3"
},
"dependencies": {
"@types/jquery": "^3.5.16",
"@types/node": "^20.3.1",
"awesome-typescript-loader": "^5.2.1",
"core-js": "^3.31.0",
"css-loader": "^6.8.1",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-regex-replace": "^0.4.0",
"jquery": "~3.7",
"node-sass": "^9.0.0",
"sass-loader": "^13.3.2",
"script-loader": "^0.7.1",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.3",
"typescript": "^5.0.4"
},
"scripts": {
"postinstall": "grunt pngicons",
"install": "webpack --mode production",
"watch:all": "npm run build:watch & npm run sass:watch",
"build:watch": "webpack --watch --mode development",
"sass:watch": "node-sass --watch --recursive --output kive --source-map true --source-map-contents kive",
"test:travis": "karma start --browsers ChromeHeadless --single-run --reporters dots",
"test:browser": "karma start --browsers Chrome",
"test": "karma start --browsers ChromeHeadless"
},
"description": "Kive ====",
"repository": {
"type": "git",
"url": "git+/~https://github.com/cfe-lab/Kive.git"
},
"contributors": [
{
"name": "Art F.Y. Poon",
"email": "artpoon@gmail.com",
"url": ""
},
{
"name": "Richard H. Liang",
"email": "",
"url": ""
},
{
"name": "Eric Martin",
"email": "",
"url": ""
},
{
"name": "Rosemary M. McCloskey",
"email": "",
"url": ""
},
{
"name": "James Nakagawa",
"email": "jamesnakagawa@cfenet.ubc.ca",
"url": "http://nakagawa.ca"
},
{
"name": "T. Nguyen",
"email": "",
"url": ""
},
{
"name": "Don Kirkby",
"email": "",
"url": ""
},
{
"name": "Joshua Horacsek",
"email": "",
"url": ""
}
],
"license": "BSD-3-Clause",
"bugs": {
"url": "/~https://github.com/cfe-lab/Kive/issues"
},
"homepage": "/~https://github.com/cfe-lab/Kive#readme"
}