-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 KB
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
{
"name": "osmc.tv",
"version": "2.0.0",
"description": "",
"main": "index.js",
"author": "Mark Theis Madsen",
"scripts": {
"setup": "npm install -g node-gyp gulp",
"start": "npm install && gulp build && node index.js",
"test": "npm install && gulp build && node index.js test"
},
"dependencies": {
"cheerio": "0.20.0",
"chokidar": "1.2.0",
"express": "4.13.4",
"ghost": "0.9.0",
"html-minifier": "2.1.3",
"http-proxy": "1.11.2",
"juice": "2.0.0",
"lodash": "4.6.1",
"mkdirp": "0.5.1",
"request": "2.72.0",
"woocommerce-api": "1.1.0"
},
"devDependencies": {
"browser-sync": "2.10.1",
"chartist": "0.9.1",
"chocolat": "0.4.12",
"clappr": "0.2.15",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-clean": "0.3.2",
"gulp-concat": "2.6.0",
"gulp-include": "2.1.0",
"gulp-nodemon": "2.1.0",
"gulp-sass": "2.2.0",
"gulp-uglify": "1.5.1",
"iframe-resizer": "^3.5.3",
"jquery-validation": "1.14.0",
"jquery.dfp": "2.4.1",
"normalize.css": "4.0.0"
}
}