forked from Virginia-iGEM/igem-wikibrick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.65 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
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
{
"name": "igem-wikibrick",
"version": "0.8.2",
"description": "Build tool capable of automatically building and publish iGEM Wiki sites. Created by Virginia iGEM 2018's Wiki Team.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"iGEM",
"wiki",
"build",
"gulp",
"api",
"tool",
"automatic",
"upload"
],
"author": "Dylan Culfogienis",
"contributors": [
"Grace Wu"
],
"license": "MIT",
"dependencies": {
"autoprefixer": "^8.6.3",
"bluebird": "^3.5.1",
"bower": "^1.8.4",
"browser-sync": "^2.24.4",
"browserify": "^16.2.2",
"compare-versions": "^3.5.0",
"del": "^3.0.0",
"delay": "^3.0.0",
"event-stream": "^3.3.4",
"fancy-log": "^1.3.2",
"glob": "^7.1.2",
"globby": "^8.0.1",
"gulp": "^4.0.0",
"gulp-cheerio": "^0.6.3",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-declare": "^0.3.0",
"gulp-google-drive": "^1.4.2",
"gulp-header": "^2.0.5",
"gulp-hub": "github:frankwallis/gulp-hub#4.2.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-markdown": "^2.0.1",
"gulp-pandoc": "^0.2.2",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-tap": "^1.0.1",
"gulp-uglify": "^3.0.0",
"gulp-wrap": "^0.14.0",
"igemwiki-api": "git+https://github.com/Virginia-iGEM/igemwiki-api.git",
"jshint": "^2.9.5",
"lazypipe": "^1.0.1",
"lodash": "^4.17.10",
"lodash.clonedeep": "^4.5.0",
"main-bower-files": "^2.13.1",
"node-bourbon": "^4.2.8",
"node-neat": "^2.0.0-beta.0",
"require-dir": "^1.0.0",
"string-format": "^2.0.0",
"url-join": "^4.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"yargs": "^12.0.1"
},
"devDependencies": {
"css-reset-and-normalize": "^1.0.1",
"jquery": "^3.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Virginia-iGEM/igem-wikibrick.git"
},
"bugs": {
"url": "https://github.com/Virginia-iGEM/igem-wikibrick/issues"
},
"homepage": "https://github.com/Virginia-iGEM/igem-wikibrick",
"banner": "This page and wiki was built with the help of igem-wikibrick, a tool created by Virginia iGEM 2018"
}