-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 894 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
{
"name": "@chesslib/core",
"version": "1.1.9",
"description": "A fast & universal chesslibrary with Basic AI support. This is the core part of the @chesslib bundle.",
"url": "https://github.com/azarus/chesslib-core",
"homepage": "https://github.com/azarus/chesslib-core",
"repository": {
"type": "git",
"url": "git+https://github.com/azarus/chesslib-core.git"
},
"main": "./build/Chess/index.js",
"types": "types.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Azarus",
"license": "ISC",
"devDependencies": {
"browserify": "^14.5.0",
"express": "^4.16.2",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.6.1",
"gulp-typescript": "^3.2.3",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"merge2": "^1.2.0",
"tsify": "^3.0.4",
"typescript": "^2.6.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}