-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.33 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.33 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
{
"name": "rose",
"version": "1.0.0",
"description": ".- -.. .- ... - .-. .- .-. . . .-. .- ...",
"main": "app.js",
"dependencies": {
"file-extension": "^4.0.2",
"time-counter": "^1.0.0",
"xhr": "^2.4.1"
},
"devDependencies": {
"browserify": "^16.1.1",
"electron": "1.8.4",
"envify": "^4.1.0",
"node-sass": "^4.8.3"
},
"scripts": {
"build": "rm -rf dist && npm run build-js && npm run build-copy",
"build-js": "browserify screen-1.js -t envify -o dist/1/screen-1.js && browserify screen-2.js -t envify -o dist/2/screen-2.js && browserify screen-3.js -t envify -o dist/3/screen-3.js",
"build-copy": "cp index.html dist/index.html && cp screen-1.html dist/1/index.html && cp screen-2.html dist/2/index.html && cp screen-3.html dist/3/index.html && cp -R assets dist/assets && cp -R assets dist/1/assets && cp -R assets dist/2/assets && cp -R assets dist/3/assets",
"start": "source .env && electron app.js",
"sass-watch": "node-sass --watch assets/scss -o assets/dist/css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openspaceobservatory/rose.git"
},
"author": "open space observatory",
"license": "MIT",
"bugs": {
"url": "https://github.com/openspaceobservatory/rose/issues"
},
"homepage": "https://github.com/openspaceobservatory/rose#readme"
}