-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 930 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
{
"name": "pedigree-editor-tool",
"version": "1.3.1-SNAPSHOT",
"description": "Tool for creating pedigree diagrams",
"main": "index.jsp",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OxBRCInformatics/pedigree-editor-tool.git"
},
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/OxBRCInformatics/pedigree-editor-tool/issues"
},
"homepage": "https://github.com/OxBRCInformatics/pedigree-editor-tool#readme",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"clean-css": "^4.1.3",
"grunt": "~1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^2.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-war": "^0.5.1",
"jshint-stylish": "^2.2.1"
}
}