|
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": {
|
7 |
| - "build-js": "mkdir -p build/js && browserify -t reactify src/js/app.js -o build/js/app.js", |
| 7 | + "build-js": "mkdir -p build/js && browserify -t babelify src/js/app.js -o build/js/app.js", |
8 | 8 | "build": "ulimit -n 512 && npm install && grunt build && npm run build-js",
|
9 |
| - "watch-js": "watchify -t reactify src/js/app.js -o build/js/app.js -v", |
10 |
| - "watch": "grunt build && npm build && npm run watch-js | grunt watch", |
| 9 | + "watch-js": "watchify -t babelify src/js/app.js -o build/js/app.js -v", |
| 10 | + "watch": "npm run build && grunt build && npm run watch-js & grunt watch", |
11 | 11 | "start": "electron .",
|
12 | 12 | "dist": "rm -rf Gitify.app/ && electron-packager . Gitify --platform=darwin --arch=x64 --version=0.30.2 --icon=images/app-icon.icns --prune --ignore=src",
|
13 |
| - "test": "jsxhint --reporter node_modules/jshint-stylish/stylish.js 'src/**/*.js', 'index.js' --exclude 'Gruntfile.js' && jscs 'src/js/' && jest" |
| 13 | + "test": "jsxhint --reporter=node_modules/jshint-stylish 'src/**/*.js', 'index.js' --exclude 'Gruntfile.js' && jscs 'src/js/' && jest" |
14 | 14 | },
|
15 | 15 | "jshintConfig": {
|
16 | 16 | "browserify": true,
|
|
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 | + "babelify": "=6.1.3", |
| 125 | + "bootstrap": "=3.3.5", |
| 126 | + "browserify": "=11.0.1", |
| 127 | + "font-awesome": "=4.4.0", |
| 128 | + "octicons": "=2.4.1", |
128 | 129 | "react": "=0.13.3",
|
129 | 130 | "react-router": "=0.13.3",
|
130 | 131 | "react-toggle": "=1.2.3",
|
131 | 132 | "react-tools": "=0.13.3",
|
132 |
| - "reactify": "=1.1.1", |
133 | 133 | "reflux": "=0.2.7",
|
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