This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
106 lines (106 loc) · 2.84 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"dependencies": {
"apache-server-configs": "2.14.0",
"archiver": "^0.14.3",
"blob-polyfill": "^1.0.20150320",
"del": "^1.1.1",
"detectrtc": "^1.0.6",
"express": "~4.17.3",
"express-ws": "^0.2.6",
"filesaver.js": "^0.1.1",
"glob": "^5.0.5",
"http-status-codes": "^1.0.5",
"ini": "~1.3.3",
"mime": "^1.3.4",
"node-argument-parser": "^0.1.0",
"pouchdb": "~7.0.0",
"protobufjs": "~> 6",
"q": "~1.4.1",
"sequelize": "~6.29.0",
"sqlite3": "^3.0.8",
"text-encoding": "^0.5.2",
"underscore": "^1.8.3",
"wrtc": "0.0.55"
},
"devDependencies": {
"body-parser": "^1.12.4",
"browserify": "^10.2.4",
"browserify-istanbul": "^0.2.1",
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"es5-shim": "^4.1.7",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-babel": "~5.1.0",
"gulp-browserify": "^0.5.1",
"gulp-concat-css": "~2.2.0",
"gulp-eslint": "^0.14.0",
"gulp-express": "~0.3.5",
"gulp-header": "^1.2.2",
"gulp-istanbul": "~0.9.0",
"gulp-istanbul-report": "0.0.1",
"gulp-less": "~3.0.3",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha": "^2.1.0",
"gulp-mocha-phantomjs": "^0.6.1",
"gulp-plumber": "^1.0.1",
"gulp-protobufjs": "^1.0.3",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-sourcemaps": "~1.5.2",
"gulp-symlink": "^2.1.1",
"gulp-util": "^3.0.6",
"jquery": "~>3",
"jshint-stylish": "^1.0.1",
"less": "~2.5.1",
"mkdirp": "^0.5.1",
"mocha": "^2.2.5",
"mocha-junit-reporter": "^1.4.0",
"mocha-phantomjs-istanbul": "0.0.2",
"mockery": "~1.4.0",
"normalize.css": "3.0.3",
"portfinder": "^0.4.0",
"run-sequence": "^1.0.2",
"should": "^6.0.3",
"sinon": "^1.15.4",
"sinon-mocha": "0.0.3",
"stringify": "^3.1.0",
"supertest": "^1.0.1",
"temp": "~0.8.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"ws": ">=1.1.1"
},
"engines": {
"node": ">=0.10.0"
},
"h5bp-configs": {
"directories": {
"archive": "archive",
"dist": "dist/client",
"src": "src/client",
"test": "test/client/mocha",
"phantomTest": "test/client/phantomjs",
"bower": "bower_components",
"server": "src/server",
"serverDist": "dist/server",
"serverTest": "test/server",
"common": "src/common",
"commonTest": "test/common",
"commonLinkClient": "src/client/js/common",
"commonLinkServer": "src/server/common"
}
},
"homepage": "https://html5boilerplate.com/",
"license": {
"type": "MIT",
"url": "https://github.com/h5bp/html5-boilerplate/blob/master/LICENSE.txt"
},
"name": "p2pcdn",
"private": true,
"scripts": {
"build": "gulp build",
"test": "gulp archive && mocha --reporter spec --timeout 5000"
},
"version": "1.0.0"
}