-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
executable file
·43 lines (42 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "PopcornTimeSmartTv",
"title": "PopcornTime SmartTv",
"description": "A fork of PopcornTime for Smarttvs",
"version": "1.1.1",
"homepage": "https://github.com/raphaelluchini/popcorntime-smarttv",
"author": {
"name": "Raphael Luchini",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/raphaelluchini/popcorntime-smarttv.git"
},
"bugs": {
"url": "https://github.com/raphaelluchini/popcorntime-smarttv/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/BoilerplateMVC/Marionette-Require-Boilerplate/blob/master/LICENSE-MIT"
}
],
"dependencies": {
},
"devDependencies": {
"grunt-sync": "^0.2.1",
"express": "3.x",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-requirejs": "~0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-samsungstv-packager": "~0.0.4"
},
"keywords": [
"Marionette.js",
"Backbone.js",
"Require.js",
"popcorntime",
"smarttv"
]
}