|
1 | 1 | { |
2 | 2 | "name": "gitify", |
3 | | - "version": "0.0.1", |
| 3 | + "version": "0.0.14", |
4 | 4 | "description": "GitHub Notifications on your menu bar.", |
5 | 5 | "main": "main.js", |
6 | 6 | "scripts": { |
|
121 | 121 | "homepage": "https://github.com/ekonstantinidis/gitify", |
122 | 122 | "dependencies": { |
123 | 123 | "auto-launch": "=0.1.18", |
124 | | - "bootstrap": "=3.3.4", |
125 | | - "browserify": "=10.2.1", |
126 | | - "font-awesome": "=4.3.0", |
127 | | - "octicons": "=2.2.0", |
| 124 | + "bootstrap": "=3.3.5", |
| 125 | + "browserify": "=11.0.1", |
| 126 | + "font-awesome": "=4.4.0", |
| 127 | + "octicons": "=2.4.1", |
128 | 128 | "react": "=0.13.3", |
129 | 129 | "react-router": "=0.13.3", |
130 | 130 | "react-toggle": "=1.2.3", |
131 | 131 | "react-tools": "=0.13.3", |
132 | 132 | "reactify": "=1.1.1", |
133 | | - "reflux": "=0.2.7", |
| 133 | + "reflux": "=0.2.11", |
134 | 134 | "reloading": "0.0.6", |
135 | 135 | "superagent": "=1.2.0", |
136 | 136 | "underscore": "=1.8.3", |
137 | | - "watchify": "=3.2.1" |
| 137 | + "watchify": "=3.3.1" |
138 | 138 | }, |
139 | 139 | "devDependencies": { |
140 | | - "electron-packager": "=4.1.2", |
| 140 | + "electron-packager": "=5.0.1", |
141 | 141 | "electron-prebuilt": "=0.30.2", |
142 | | - "esprima-fb": "=15001.1.0-dev-harmony-fb", |
| 142 | + "esprima-fb": "^15001.1001.0-dev-harmony-fb", |
143 | 143 | "grunt": "=0.4.5", |
144 | 144 | "grunt-contrib-clean": "=0.6.0", |
145 | 145 | "grunt-contrib-copy": "=0.8.0", |
146 | 146 | "grunt-contrib-less": "=1.0.1", |
147 | 147 | "grunt-contrib-watch": "=0.6.1", |
148 | 148 | "jest-cli": "=0.4.17", |
149 | | - "jscs": "^1.13.1", |
150 | | - "jshint-stylish": "=1.0.2", |
151 | | - "jsxhint": "=0.15.0", |
| 149 | + "jscs": "=2.0.0", |
| 150 | + "jshint-stylish": "=2.0.1", |
| 151 | + "jsxhint": "=0.15.1", |
152 | 152 | "less": "=2.5.1" |
153 | 153 | } |
154 | 154 | } |
0 commit comments