-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.02 KB
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
{
"name": "chesslib",
"version": "0.9.10",
"description": "A library for chess positions",
"main": "./lib/index.js",
"dependencies": {
"jsdice": "^1.1.0",
"lodash.assign": "^2.4.1",
"lodash.isnumber": "^2.4.1",
"lodash.uniq": "^2.4.1",
"traceur": "0.0.55"
},
"devDependencies": {
"bluebird": "^2.3.0",
"browserify": "^5.9.1",
"coveralls": "^2.11.1",
"gulp": "^3.8.7",
"gulp-rename": "^1.2.0",
"gulp-traceur": "^0.11.0",
"gulp-uglify": "^1.0.0",
"gulp-watch": "^0.6.9",
"istanbul": "^0.3.0",
"lodash.times": "^2.4.1",
"minimist": "^0.2.0",
"tape": "^2.14.0",
"vinyl-source-stream": "^0.1.1"
},
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./test/all.js --report lcovonly && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"author": "Christopher Thorn <morphcham@gmail.com>",
"repository": {
"type": "git",
"url": "git@github.com:chessfish/chesslib.git"
},
"license": "MIT"
}