This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
89 lines (89 loc) · 2.21 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
87
88
89
{
"name": "oghliner",
"version": "1.1.1",
"description": "template and tool for deploying Offline Web Apps to GitHub Pages",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/oghliner/"
},
"author": "Myk Melez <[email protected]>",
"bin": "./cli.js",
"license": "Apache-2.0",
"keywords": [
"offline",
"webapp",
"github",
"gh-pages",
"travis"
],
"files": [
"cli.js",
"index.js",
"lib/configure.js",
"lib/deploy.js",
"lib/offline.js",
"lib/bootstrap.js",
"lib/integrate.js",
"templates/",
"README.md",
"LICENSE"
],
"dependencies": {
"chalk": "^1.1.1",
"change-case": "^3.0.0",
"cli": "^0.11.1",
"commander": "^2.8.1",
"fs-extra": "^0.26.0 || ^0.30.0",
"gh-pages": "^0.11.0",
"git-list-remotes": "^1.0.0",
"git-remote-url": "^1.0.0",
"github": "^2.4.0",
"github-slug": "^2.0.0",
"github-url-from-git": "^1.4.0",
"glob": "^5.0.15 || ^6.0.1 || ^7.0.0",
"gulp": "^3.9.0",
"gulp-conflict": "^0.4.0",
"gulp-connect": "^5.0.0",
"gulp-install": "https://github.com/marco-c/gulp-install/tarball/56f8ebf87f14651f586d6377dea75c2f3d1b1691",
"gulp-rename": "^1.2.2",
"gulp-template": "^3.0.0 || ^4.0.0",
"gzip-size": "^3.0.0",
"mozilla-tabzilla": "^0.5.1",
"pretty-bytes": "^2.0.1 || ^3.0.0",
"promisified-promptly": "^1.0.0",
"promisify-node": "^0.2.1 || ^0.3.0 || ^0.4.0",
"read-yaml": "^1.0.0",
"temp": "^0.8.3",
"through2": "^2.0.0",
"travis-ci": "^2.1.0",
"travis-encrypt": "^2.0.0",
"write-yaml": "^0.2.1"
},
"devDependencies": {
"chai": "^3.3.0",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^2.1.3",
"karma": "^1.1.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-sinon": "^1.0.4",
"karma-sw-mocha": "^0.1.2",
"marked": "^0.3.5",
"mocha": "^2.3.3",
"nock": "^8.0.0",
"readline-sync": "^1.2.21",
"rewire": "^2.3.4",
"simple-git": "^1.11.0",
"sinon": "^1.17.2",
"yargs": "^4.2.0"
},
"engines": {
"node": ">= 0.12"
}
}