forked from kaltura/developer-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "kaltura-recipes-v3",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/kaltura/developer-platform#readme",
"scripts": {
"test": "mocha",
"build-homepage": "sass --no-source-map ./homepage/styles/styles.scss ./homepage/assets/styles.css && sass --no-source-map ./homepage/styles/footer.scss ./styles/footer.css",
"watch": "run-when-changed --watch './homepage/styles/*' --exec 'npm run build-homepage'"
},
"watch": {
"build-homepage": {
"test": "styles.scss"
}
},
"devDependencies": {
"async": "^3.1.0",
"chai": "^4.2.0",
"cheerio": "^1.0.0-rc.2",
"ejs": "^2.6.2",
"mocha": "^6.2.0",
"pretty-data": "^0.40.0",
"request": "^2.88.0",
"run-when-changed": "^2.1.0"
},
"dependencies": {
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"js-yaml": "^3.13.1",
"jsonwebtoken": "^8.5.1",
"kaltura": "file:lib/ott",
"kaltura-client": "^15.5.0",
"pug": "^2.0.4",
"querystring": "^0.2.0",
"request": "^2.88.0",
"sass": "^1.22.10",
"swiftype": "^0.4.0"
}
}