-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 837 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
{
"name": "screenshot-browse-plugin",
"version": "1.7.0",
"description": "Take easy, configurable JBrowse screenshots with PhantomJS cloud",
"main": "main.js",
"scripts": {
"test": "phantomjs test/run-jasmine.js http://localhost:8000/test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bhofmei/jbplugin-screenshot.git"
},
"keywords": [
"JBrowse",
"PhantomJS",
"screenshots"
],
"author": "Brigitte Hofmeister",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bhofmei/jbplugin-screenshot/issues"
},
"homepage": "https://github.com/bhofmei/jbplugin-screenshot#readme",
"devDependencies": {
"jasmine": "^2.7.0",
"jbrowse": "git+https://github.com/bhofmei/jbrowse"
},
"jbrowsePlugin": {
"name": "ScreenShotPlugin"
}
}