forked from ome/omero-figure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 957 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
{
"name": "omero-figure",
"//": "Required to build but not used. See omero_figure/utils.py for version",
"version": "0.0.0",
"description": "OMERO figure creation app",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/ome/omero-figure.git"
},
"keywords": [
"backbone",
"jQuery",
"figure"
],
"author": "The Open Microscopy Team",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ome/omero-figure/issues"
},
"homepage": "https://github.com/ome/omero-figure",
"devDependencies": {
"grunt": "~1.5.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-jshint": "~3.2.0",
"grunt-contrib-jst": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-replace": "^2.0.2"
},
"dependencies": {
"@openmicroscopy/shape-editor": "^4.0.0"
}
}