forked from axeloz/redmine-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 826 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
36
37
{
"name": "redmine-time-tracking",
"version": "1.0.0",
"description": "A Redmine time tracking application",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "build --dir",
"dist": "build"
},
"author": "Axel",
"license": "CC0-1.0",
"devDependencies": {
"electron-prebuilt": "^1.4.13",
"gulp-livereload": "^4.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.0"
},
"dependencies": {
"bulma": "^0.3.1",
"electron-json-storage": "^2.0.2",
"graceful-fs": "^4.1.11",
"gulp": "^4.0.0",
"handlebars": "^4.0.6",
"lodash": "^4.17.11",
"menubar": "^5.2.0",
"minimatch": "^3.0.4",
"moment": "^2.17.1",
"shell": "^0.3.2"
},
"build": {
"appId": "axeloz.redmine_client",
"mac": {
"category": "utility"
}
}
}