-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
44 lines (44 loc) · 978 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
43
44
{
"name": "jgoboard",
"version": "3.4.2",
"description": "jGoBoard javascript go board library",
"main": "src/jgoinit.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jokkebk/jgoboard.git"
},
"keywords": [
"go",
"baduk",
"go",
"board",
"goban",
"weiqi",
"javascript"
],
"author": "Joonas Pihlajamaa",
"homepage": "http://jgoboard.com",
"license": "CC-BY-NC-4.0",
"devDependencies": {
"browserify": "latest",
"grunt": "^0.4.5",
"grunt-browserify": "^3.5.0",
"grunt-cli": "^1.5.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-jsdoc": "~0.5.1",
"grunt-shell": "^1.1.1",
"jsdoc": "^3.4.0"
},
"dependencies": {
"superagent": "^3.7.0"
}
}