-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 919 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
{
"name": "CATMAID-autoproofreader",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/pattonw/CATMAID-autoproofreader.svg?branch=master)](https://travis-ci.org/pattonw/CATMAID-autoproofreader) [![Coverage Status](https://coveralls.io/repos/github/pattonw/CATMAID-autoproofreader/badge.svg?branch=master)](https://coveralls.io/github/pattonw/CATMAID-autoproofreader?branch=master)",
"main": "index.js",
"dependencies": {
"jsfeat": "^0.0.8"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pattonw/CATMAID-autoproofreader.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pattonw/CATMAID-autoproofreader/issues"
},
"homepage": "https://github.com/pattonw/CATMAID-autoproofreader#readme"
}