-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 870 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
30
{
"name": "Talk-Be-AV-Artist",
"version": "1.0.0",
"description": "How To Be A Web A/V Artict Talk",
"main": "server.js",
"repository": {
"url": "git@github.com:Rumyra/Talk-Be-AV-Artist.git",
"type": "git"
},
"author": "Ruth John <rumyra@gmail.com>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"htmling": "^0.0.7",
"pusher": "^1.5.0"
},
"devDependencies": {
"browser-sync": "^2.17.5",
"dotenv": "^2.0.0",
"node-sass": "^3.10.1",
"nodemon": "^1.11.0"
},
"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\""
}
}