-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 900 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 900 Bytes
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
{
"name": "bio-pv",
"version": "1.3.1",
"description": "WebGL protein viewer ",
"homepage": "https://github.com/biasmv/pv",
"author": {
"name": "Marco Biasini"
},
"repository": {
"type": "git",
"url": "git://github.com/biasmv/pv.git"
},
"bugs": {
"url": "https://github.com/biasmv/pv/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/biasmv/pv/blob/master/LICENSE.txt"
}
],
"main": "index.js",
"devDependencies": {
"biojs-sniper": "0.0.6",
"browserify": "^6.2.0",
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-uglify": "~0.2.2",
"grunt-remove-logging": "~0.2.0",
"mkdirp": "^0.5.0"
},
"sniper": {
"js": ["/build/pv.js"],
"first": "example"
},
"keywords": [
"protein",
"3d",
"webgl",
"biojs"
]
}