diff --git a/.gitignore b/.gitignore index e005e4ae..b9ad1624 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ dist/mac/Popcorn Time.zip # vim swap files *.swp +*.sublime-* diff --git a/component.json b/component.json new file mode 100644 index 00000000..4ee315d0 --- /dev/null +++ b/component.json @@ -0,0 +1,14 @@ +{ + "name": "Popcorn-Time", + "repo": "popcorn-time/popcorn-app", + "description": "An experiment using the peerflix module of nodejs and connecting a bunch of APIs", + "version": "2.5.0-beta", + "demo": "http://getpopcornti.me", + "keywords": [ + "movies", + "streaming", + "realtime" + ], + "dependencies": {}, + "development": {} +} diff --git a/package.json b/package.json index 7205320f..0b0529ae 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,8 @@ { "name": "Popcorn-Time", - "repository": { - "type": "git", - "url": "https://github.com/popcorn-time/popcorn-app.git" - }, + "repository": "git://github.com/popcorn-time/popcorn-app.git", "main": "app://host/index.html", - "version": "0.2.0", - "repository": { - "type": "git", - "url": "https://github.com/popcorn-time/popcorn-app" - }, + "version": "2.5.0-beta", "window": { "title": "Popcorn Time", "icon": "images/icon.png",