Skip to content

Commit 77dbd52

Browse files
authored
Merge pull request #957 from petercunha/master
Update package.json (just a little housekeeping)
2 parents 6c0b545 + c6be4da commit 77dbd52

1 file changed

Lines changed: 30 additions & 26 deletions

File tree

package.json

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "0.6.5",
44
"main": "main.js",
55
"description": "Soundnode App is the Soundcloud for desktop",
6+
"repository": {
7+
"type": "git",
8+
"url": "git://github.com/Soundnode/soundnode-app.git"
9+
},
610
"scripts": {
711
"start": "./node_modules/.bin/electron .",
812
"build": "npm run clean && npm run webpack:prod && npm run sass:prod && npm run package:all",
@@ -18,42 +22,42 @@
1822
"package:all": "npm run package:osx && npm run package:linux && npm run package:win32"
1923
},
2024
"author": "Michael Lancaster",
21-
"license": "GNU",
25+
"license": "GPL-3.0",
2226
"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",
3640
"rimraf": "^2.5.4",
37-
"webpack": "^1.12.2"
41+
"webpack": "^2.2.1"
3842
},
3943
"dependencies": {
40-
"angular": "^1.3.8",
44+
"angular": "^1.6.2",
4145
"angular-hotkeys": "^1.7.0",
42-
"angular-sanitize": "^1.5.8",
46+
"angular-sanitize": "^1.6.2",
4347
"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",
4852
"jquery": "^3.1.1",
49-
"lodash": "^4.16.4",
53+
"lodash": "^4.17.4",
5054
"moment": "^2.17.1",
51-
"ng-dialog": "^0.6.4",
55+
"ng-dialog": "^1.0.0",
5256
"ng-infinite-scroll": "^1.3.0",
5357
"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",
5660
"toastr": "^2.1.2",
57-
"universal-analytics": "^0.3.11"
61+
"universal-analytics": "^0.4.8"
5862
}
5963
}

0 commit comments

Comments
 (0)