forked from elifesciences/lens
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 1.78 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 1.78 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"_from": "github:withanage/lens",
"_id": "lens@2.1.0",
"_inBundle": false,
"_location": "/lens",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "github:withanage/lens",
"rawSpec": "github:withanage/lens",
"saveSpec": "github:withanage/lens",
"fetchSpec": null,
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "github:withanage/lens#32fdd8451d4fc910862cacc69826685bf0cd3581",
"_spec": "github:withanage/lens",
"_where": "/home/wit/projects/UBHD-Lens",
"author": {
"name": "Michael Aufreiter"
},
"bugs": {
"url": "https://github.com/elifesciences/lens/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Ivan Grubisic"
},
{
"name": "Oliver Buchtala"
},
{
"name": "Ian Mulvany"
},
{
"name": "Ian Hamilton"
},
{
"name": "Graham Nott"
},
{
"name": "Samo Korosec"
},
{
"name": "Rebecca Close"
},
{
"name": "Felix Breuer"
}
],
"dependencies": {
"underscore": "1.8.3"
},
"deprecated": false,
"description": "A novel way of seeing content.",
"devDependencies": {
"browserify": "^17.0.0",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"gulp": "^3.9.1",
"method-override": "^3.0.0",
"node-sass": "^6.0.1"
},
"engines": {
"node": ">=0.8.x",
"npm": ">=1.1.x"
},
"homepage": "https://github.com/elifesciences/lens#readme",
"keywords": [
"digital documents",
"linked-data",
"research",
"science"
],
"license": "BSD",
"name": "lens",
"repository": {
"type": "git",
"url": "git+https://github.com/elifesciences/lens.git"
},
"url": "https://github.com/elifesciences/lens",
"version": "2.1.0"
}