-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
50 lines (50 loc) · 1.09 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
{
"name": "tenuki",
"version": "0.3.1",
"description": "Tenuki is a web-based board and JavaScript library for the game of go/baduk/weiqi.",
"main": "index.js",
"scripts": {
"test": "mocha --require source-map-support/register --require test/helpers.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aprescott/tenuki.git"
},
"keywords": [
"go",
"goban",
"board",
"baduk",
"weiqi",
"board",
"fuzzy",
"game",
"html",
"css"
],
"author": "Adam Prescott",
"license": "MIT",
"bugs": {
"url": "https://github.com/aprescott/tenuki/issues"
},
"homepage": "https://github.com/aprescott/tenuki#readme",
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-preset-es2015": "*",
"babelify": "*",
"body-parser": "^1.15.1",
"browserify": "8",
"chai": "^3.5.0",
"clean-css-cli": "*",
"eslint": "*",
"express": "^4.13.4",
"jsdom": "^10.0.0",
"mocha": "^2.4.5",
"node-sass": "*",
"source-map-support": "^0.4.0",
"uglify-js": "*"
},
"engines": {
"node": ">=6.0.0"
}
}