-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
35 lines (35 loc) · 1009 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
31
32
33
34
35
{
"name": "scription",
"version": "1.0.0",
"description": "Scription is an interactive transcript editor.",
"scripts": {
"scss": "node-sass --output-style compressed -o css src/scss",
"dev": "browser-sync start --server --files '**/*.css, **/*.html, **/*.js'",
"watch:css": "onchange 'src/scss' -- npm run scss",
"start" : "http-server",
"express": "node index-express",
"electron": "electron .",
"package": "electron-packager .",
"build": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/smlum/scription.git"
},
"author": "sam",
"license": "ISC",
"bugs": {
"url": "https://github.com/smlum/scription/issues"
},
"homepage": "https://github.com/smlum/scription",
"devDependencies": {
"browser-sync": "^2.26.7",
"bulma": "^0.8.0",
"bulma-switch": "^2.0.0",
"connect-browser-sync": "^2.1.0",
"http-server": "^0.12.3",
"nodemon": "^2.0.2",
"npm-run-all": "^4.1.5",
"onchange": "^6.1.0"
}
}