-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 905 Bytes
/
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
{
"name": "jspgnviewer",
"version": "0.7.2",
"devDependencies": {
"jasmine": "^3.5.0",
"karma": "^5.1.0",
"karma-coverage": "^2.0.2",
"karma-jasmine": "^2.0.1",
"karma-jasmine-jquery": "0.1.1",
"karma-jshint-preprocessor": "0.0.6",
"uglify-js": "^3.10.0"
},
"description": "JS PGN Viewer",
"main": "karma.conf.js",
"bin": {
"jspgnviewer": "jsPgnViewer.js"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/toomasr/jspgnviewer.git"
},
"keywords": [
"javascript",
"pgn",
"chess"
],
"author": "Toomas Römer",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/toomasr/jspgnviewer/issues"
},
"homepage": "https://github.com/toomasr/jspgnviewer",
"dependencies": {
"npm-check-updates": "^3.2.2"
}
}