-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.35 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
48
49
50
51
52
53
54
55
56
57
{
"name": "pdb-links",
"description": "PDB Component using AngularJS to add a popup containing links to all the wwPDB resources for a given PDB entry.",
"version": "0.2.0",
"homepage": "https://github.com/PDBeurope/pdb-links",
"author": {
"name": "Mandar Deshpande",
"email": "mandar@ebi.ac.uk"
},
"repository": {
"type": "git",
"url": "git://github.com/PDBeurope/pdb-links.git"
},
"bugs": {
"url": "https://github.com/PDBeurope/pdb-links/issues"
},
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"test": "echo 'Error: no test specified' && exit 1",
"build": "browserify -r ./:pdb-links -o build/pdblinks_browserify.js"
},
"dependencies": {},
"devDependencies": {
"mkdirp": "^0.5.0",
"browserify": "^8.1.3",
"del": "^0.1.1",
"gulp": "^3.8.7",
"gulp-bump": "^0.2.1",
"gulp-concat": "^2.3.4",
"gulp-git": "^1.0.0",
"gulp-uglify": "^0.3.1",
"gulp-clean-css": "^2.0.12",
"gulp-autoprefixer": "^3.1.1",
"gulp-rename": "^1.2.2",
"gulp-header": "^1.8.8",
"gulp-sourcemaps": "^1.6.0"
},
"sniper": {
"js": [
"/build/pdblinks_browserify.js"
],
"css": [
"/build/pdb.links.min.css"
],
"snippets": [
"examples/biojs"
],
"first": "simple"
},
"keywords": [
"BioJS",
"PDB component",
"PDB links",
"PDBe"
]
}