-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·30 lines (30 loc) · 898 Bytes
/
package.json
File metadata and controls
executable file
·30 lines (30 loc) · 898 Bytes
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": "stylo",
"description": "Open science content creation and display",
"version": "0.1.0",
"dependencies": {
"body-parser": "1.14.1",
"browserify": "substance/node-browserify#d3caeb6dcdaa97a258d099c7231a57f0f60ec876",
"cheerio": "0.19.0",
"ejs": "2.3.4",
"express": "4.13.3",
"font-awesome": "4.4.0",
"lodash": "3.10.1",
"node-sass": "3.4.2",
"substance": "substance/substance#918878959ef88c20b2750963e20fb5750df60f13"
},
"devDependencies": {
"electron-packager": "5.2.1",
"electron-prebuilt": "0.36.0",
"gulp": "3.9.0",
"gulp-sass": "2.1.0",
"gulp-uglify": "1.5.1",
"through2": "2.0.0"
},
"main": "desktop.js",
"scripts": {
"bundle": "gulp && electron desktop.js",
"build": "gulp && electron-packager ./ Stylo --platform=darwin --arch=x64 --out=./build --overwrite",
"start": "node server.js"
}
}