-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
72 lines (72 loc) · 2.4 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
{
"name": "Toronto-wiki-2016",
"version": "0.0.1",
"description": "iGEM wiki for team Toronto.",
"private": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"backup": "igemwiki backup -y 2016 -t Toronto -d backups",
"upload:templates": "igemwiki upload-glob -y 2016 -n Toronto --type template --glob \"./build-live/templates/*.html\"",
"upload:js": "igemwiki upload-glob -y 2016 -n Toronto --type script --glob \"./build-live/js/*_js\"",
"upload:css": "igemwiki upload-glob -y 2016 -n Toronto --type stylesheet --glob \"./build-live/css/*_css\"",
"upload:preview": "igemwiki upload-conf -y 2016 -n Toronto --conf igemwiki-conf.yml -p",
"upload": "igemwiki upload-conf -y 2016 -n Toronto --conf igemwiki-conf.yml",
"upload:images": "igemwiki upload-glob -n Toronto --type image --glob \"./images/*.{jpg,png}\""
},
"repository": {
"type": "git",
"url": "https://github.com/igemuoftATG/wiki2016"
},
"author": "Julian Mazzitelli <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/igemuoftATG/wiki2016#readme",
"devDependencies": {
"bower": "^1.7.9",
"browser-sync": "^2.8.2",
"browserify": "^11.0.1",
"cheerio": "^0.19.0",
"coffee-script": "^1.9.3",
"coffeeify": "^1.1.0",
"colors": "^1.1.2",
"form-data": "^0.2.0",
"globby": "^6.0.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-compile-handlebars": "^0.5.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-header": "^1.7.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4",
"handlebars": "^3.0.3",
"highlight": "^0.2.3",
"highlight.js": "^8.7.0",
"htmlparser2": "^3.8.3",
"lodash": "^4.16.4",
"main-bower-files": "^2.9.0",
"markdown-toc": "^0.11.7",
"marked": "^0.3.5",
"nightmare": "^1.8.2",
"phantomjs": "^1.9.18",
"readline-sync": "^1.2.20",
"request": "^2.61.0",
"run-sequence": "^1.1.2",
"stream-combiner2": "^1.0.2",
"stream-equal": "^0.1.5",
"tar.gz": "^1.0.0",
"to-markdown": "^3.0.0",
"tough-cookie": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"wiredep": "^2.2.2"
},
"dependencies": {
"bluebird": "^3.4.6",
"igemwiki-api": "^1.1.0"
}
}