-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 841 Bytes
/
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
{
"name": "Talk-Web-Workers",
"version": "1.0.0",
"description": "Talk all about web workers",
"main": "server.js",
"repository": {
"url": "git@github.com:Rumyra/Talk-Web-Workers.git",
"type": "git"
},
"author": "Ruth John <rumyra@gmail.com>",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.3",
"htmling": "0.0.8",
"pusher": "^1.5.0"
},
"devDependencies": {
"browser-sync": "^2.24.7",
"dotenv": "^2.0.0",
"node-sass": "^4.9.3",
"nodemon": "^1.18.4"
},
"scripts": {
"start": "nodemon server.js",
"build-css": "node-sass --output-style compressed -o public/css src/sass",
"build-theme": "node-sass --output-style compressed -o public/reveal/css/theme public/reveal/css/theme/source",
"watch-css": "nodemon -e scss -x \"npm run build-theme\""
}
}