-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.01 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "SandGlass",
"version": "1.0.0",
"year": "2016",
"description": "SandGlass is an electron-based OS X application used to log time spent on a project. It can then display those data as a graph.",
"homepage": "https://github.com/BenjaminVanRyseghem/SandGlass/",
"main": "src/main.js",
"keywords": [
"OSX",
"Electron",
"time",
"tracking",
"d3",
"graph"
],
"author": {
"name": "Benjamin Van Ryseghem",
"email": "[email protected]",
"url": "http://benjamin.vanryseghem.com"
},
"contributors": [
{
"name": "Benjamin Van Ryseghem",
"email": "[email protected]",
"url": "https://benjamin.vanryseghem.com"
}
],
"license": "GPL-3.0",
"licenseUrl": "http://www.gnu.org/licenses/gpl-3.0.en.html",
"repository": "https://github.com/BenjaminVanRyseghem/SandGlass",
"bugs": "https://github.com/BenjaminVanRyseghem/SandGlass/issues",
"devDependencies": {
"appdmg": "^0.3.5",
"del": "^2.2.0",
"electron-prebuilt": "^0.36.4",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-download-electron": "0.0.5",
"gulp-jasmine": "^2.2.1",
"gulp-jasmine-browser": "^1.0.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.1.0",
"gulp-sass": "^2.1.1",
"gulp-sass-lint": "^1.1.1",
"gulp-shell": "^0.5.1",
"gulp-util": "^3.0.7",
"jasmine-reporters": "^2.1.1",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.5",
"sass": "^0.5.0"
},
"dependencies": {
"ansi-styles": "^2.1.0",
"cli-table": "^0.3.1",
"command-line-args": "^2.1.4",
"d3": "^3.5.14",
"d3-tip": "^0.6.7",
"electron-settings": "^0.1.1",
"fs": "0.0.2",
"json2csv": "^3.1.0",
"lowdb": "^0.12.1",
"moment": "^2.11.1",
"moment-duration-format": "^1.3.0",
"path": "^0.12.7",
"react": "^0.14.7",
"react-bootstrap": "^0.28.2",
"react-dom": "^0.14.7",
"spawn-args": "^0.1.0"
}
}