This repository has been archived by the owner on Apr 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
53 lines (53 loc) · 1.65 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
44
45
46
47
48
49
50
51
52
53
{
"name": "piptool",
"version": "1.8.2",
"description": "Adds the missing Picture-in-Picture functionality to Youtube, Netflix, Plex (Web), Dailymotion",
"homepage": "https://github.com/bfmatei/PiPTool.safariextension",
"license": "GPL-3.0",
"contributors": [
{
"name": "Bogdan Matei",
"email": "contact@bmatei.com",
"homepage": "https://github.com/bfmatei"
},
{
"name": "Joe Kuhns",
"email": "joe@after-paper.com",
"homepage": "https://github.com/JoeKuhns"
}
],
"repository": {
"type" : "git",
"url" : "https://github.com/bfmatei/PiPTool.safariextension.git"
},
"config": {
"srcPath": "src",
"srcScriptsPath": "src/scripts",
"srcStylesheetsPath": "src/stylesheets",
"buildPath": "build.safariextension",
"buildScriptsPath": "build.safariextension/scripts",
"buildStylesheetsPath": "build.safariextension/stylesheets",
"packageIdentifier": "com.bmatei.safari.piptool",
"devKey": "EXZJ2ANP8U"
},
"scripts": {
"start": "grunt build"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.2",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "2.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-string-replace": "1.3.1",
"grunt-jscs": "3.0.1",
"jshint-stylish": "2.2.1"
},
"engines": {
"node": "6.7.0",
"jscs": "3.0.7",
"jshint": "2.9.3"
}
}