forked from wurmlab/sequenceserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.7 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
{
"name": "SequenceServer",
"description": "BLAST searching made easy!",
"version": "2.0.0-beta",
"homepage": "http://www.sequenceserver.com",
"repository": "https://github.com/yannickwurm/sequenceserver",
"author": {
"name": "Anurag Priyam",
"email": "anurag08priyam@gmail.com"
},
"dependencies": {},
"devDependencies": {
"clean-css": "^3.4.1",
"eslint": "^6.5.1",
"eslint-plugin-react": "^7.16.0",
"jspm": "^0.16.2",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0"
},
"scripts": {
"build": "jspm bundle-sfx --minify --skip-source-maps js/search.js public/sequenceserver-search.min.js && jspm bundle-sfx --minify --skip-source-maps js/report.js public/sequenceserver-report.min.js && cleancss public/css/sequenceserver.css > public/css/sequenceserver.min.css"
},
"jspm": {
"directories": {
"baseURL": "public",
"packages": "public/vendor"
},
"dependencies": {
"bootstrap": "github:twbs/bootstrap@^3.3.5",
"d3": "github:mbostock/d3@^3.5.6",
"font-awesome": "npm:font-awesome@^4.4.0",
"jquery": "github:components/jquery@^2.1.4",
"jquery-ui": "github:components/jqueryui@^1.11.4",
"nicgirault/circosJs": "github:nicgirault/circosJs@^1.7.0",
"react": "npm:react@^0.13.3",
"underscore": "npm:underscore@^1.8.3",
"vakata/jstree": "github:vakata/jstree@^3.3.8",
"webshim": "npm:webshim@^1.15.8"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.22",
"babel-runtime": "npm:babel-runtime@^5.8.20",
"core-js": "npm:core-js@^1.1.0"
},
"overrides": {
"npm:webshim@1.15.8": {
"main": "js-webshim/minified/polyfiller"
}
}
}
}