-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (45 loc) · 1.15 KB
/
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
39
40
41
42
43
44
45
46
47
{
"name": "globi",
"version": "0.0.49",
"description": "embed EOL's Global Biotic Interactions Data http://github.com/jhpoelen/eol-globi-data/ in the browser",
"main": "globi.js",
"directories": {
"example": "examples"
},
"dependencies": {
"globi-data": "~0.0.40",
"d3": "~3.2.5",
"jquery": ">=2.1"
},
"devDependencies": {
"tape": "~1.0.4"
},
"testling": {
"files": "test/*.js",
"browsers": [ "ie8", "ie9", "ff/13", "chrome/20" ]
},
"scripts": {
"test": "testling",
"prepublish": "browserify . --standalone globi -o globi-dist.js"
},
"repository": {
"type": "git",
"url": "git://github.com/jhpoelen/eol-globi-js.git"
},
"keywords": [
"eol",
"species",
"interactions",
"bioinformatics",
"browser",
"ecology",
"biodiversity"
],
"author": "Jorrit Poelen",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "d9c541e28f38619136c8b6b04aa16747b378b2d0",
"bugs": {
"url": "https://github.com/jhpoelen/eol-globi-js/issues"
}
}