|
3 | 3 | "version": "0.6.5", |
4 | 4 | "main": "main.js", |
5 | 5 | "description": "Soundnode App is the Soundcloud for desktop", |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "git://github.com/Soundnode/soundnode-app.git" |
| 9 | + }, |
6 | 10 | "scripts": { |
7 | 11 | "start": "./node_modules/.bin/electron .", |
8 | 12 | "build": "npm run clean && npm run webpack:prod && npm run sass:prod && npm run package:all", |
|
18 | 22 | "package:all": "npm run package:osx && npm run package:linux && npm run package:win32" |
19 | 23 | }, |
20 | 24 | "author": "Michael Lancaster", |
21 | | - "license": "GNU", |
| 25 | + "license": "GPL-3.0", |
22 | 26 | "devDependencies": { |
23 | | - "babel-core": "^6.3.26", |
24 | | - "babel-loader": "^6.2.1", |
25 | | - "babel-preset-es2015": "^6.3.13", |
26 | | - "babel-preset-react": "^6.3.13", |
27 | | - "babel-preset-stage-0": "^6.3.13", |
28 | | - "babel-register": "^6.3.13", |
29 | | - "electron-packager": "^8.3.0", |
30 | | - "electron-prebuilt": "^1.4.12", |
31 | | - "eslint": "^1.8.0", |
32 | | - "eslint-plugin-react": "^3.7.1", |
33 | | - "install": "^0.8.2", |
34 | | - "node-sass": "^3.10.1", |
35 | | - "npm": "^3.10.9", |
| 27 | + "babel-core": "^6.23.1", |
| 28 | + "babel-loader": "^6.3.1", |
| 29 | + "babel-preset-es2015": "^6.22.0", |
| 30 | + "babel-preset-react": "^6.23.0", |
| 31 | + "babel-preset-stage-0": "^6.22.0", |
| 32 | + "babel-register": "^6.23.0", |
| 33 | + "electron-packager": "^8.5.1", |
| 34 | + "electron": "^1.4.13", |
| 35 | + "eslint": "^3.15.0", |
| 36 | + "eslint-plugin-react": "^6.9.0", |
| 37 | + "install": "^0.8.7", |
| 38 | + "node-sass": "^4.5.0", |
| 39 | + "npm": "^4.2.0", |
36 | 40 | "rimraf": "^2.5.4", |
37 | | - "webpack": "^1.12.2" |
| 41 | + "webpack": "^2.2.1" |
38 | 42 | }, |
39 | 43 | "dependencies": { |
40 | | - "angular": "^1.3.8", |
| 44 | + "angular": "^1.6.2", |
41 | 45 | "angular-hotkeys": "^1.7.0", |
42 | | - "angular-sanitize": "^1.5.8", |
| 46 | + "angular-sanitize": "^1.6.2", |
43 | 47 | "angular-toastr": "^2.1.1", |
44 | | - "angular-ui-router": "^0.3.1", |
45 | | - "electron-window-state": "^3.1.0", |
46 | | - "font-awesome": "^4.6.3", |
47 | | - "fs-extra": "^1.0.0", |
| 48 | + "angular-ui-router": "^0.4.2", |
| 49 | + "electron-window-state": "^4.0.2", |
| 50 | + "font-awesome": "^4.7.0", |
| 51 | + "fs-extra": "^2.0.0", |
48 | 52 | "jquery": "^3.1.1", |
49 | | - "lodash": "^4.16.4", |
| 53 | + "lodash": "^4.17.4", |
50 | 54 | "moment": "^2.17.1", |
51 | | - "ng-dialog": "^0.6.4", |
| 55 | + "ng-dialog": "^1.0.0", |
52 | 56 | "ng-infinite-scroll": "^1.3.0", |
53 | 57 | "normalize.css": "^5.0.0", |
54 | | - "react": "^0.14.2", |
55 | | - "react-dom": "^0.14.2", |
| 58 | + "react": "^15.4.2", |
| 59 | + "react-dom": "^15.4.2", |
56 | 60 | "toastr": "^2.1.2", |
57 | | - "universal-analytics": "^0.3.11" |
| 61 | + "universal-analytics": "^0.4.8" |
58 | 62 | } |
59 | 63 | } |
0 commit comments