-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.39 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": "satori",
"version": "0.1.0",
"description": "SATORI - A System for Ontology-Guided Visual Exploration of Biomedical Data Repositories",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com/refinery-platform/satori.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/refinery-platform/satori/issues"
},
"contributors": [
{
"name": "Fritz Lekschas",
"url": "http://github.com/flekschas"
},
{
"name": "Nils Gehlenborg",
"url": "http://github.com/ngehlenborg"
}
],
"devDependencies": {
"glob": "7.1.2",
"gulp": "3.9.1",
"gulp-autoprefixer": "4.0.0",
"gulp-cached": "1.1.1",
"gulp-clean": "0.3.2",
"gulp-clean-css": "3.9.0",
"gulp-concat": "2.6.1",
"gulp-eslint": "4.0.0",
"gulp-if": "2.0.2",
"gulp-livereload": "3.8.1",
"gulp-newer": "1.3.0",
"gulp-remember": "0.3.1",
"gulp-rename": "1.2.2",
"gulp-replace": "0.6.1",
"gulp-rev": "8.1.0",
"gulp-ruby-sass": "2.1.1",
"gulp-sourcemaps": "2.6.1",
"gulp-uglify": "3.0.0",
"gulp-util": "3.0.8",
"gulp-webserver": "0.9.1",
"gulp-wrap": "0.13.0",
"html-minifier": "3.5.6",
"mkdirp": "0.5.1",
"opn": "5.1.0",
"run-sequence": "2.2.0",
"uglify-js": "3.1.10"
},
"scripts": {
"build": "gulp build --production",
"start": "gulp --open"
}
}