-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
19 lines (19 loc) · 882 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "refined-github-safari",
"version": "2.0.5",
"description": "Safari port of refined-github",
"main": "index.js",
"scripts": {
"build": "npm run refined-github",
"postinstall": "npm run refined-github:install",
"refined-github": "npm run refined-github:install && npm run refined-github:build && npm run refined-github:copy && npm run refined-github:restore",
"refined-github:install": "cd refined-github && npm install --frozen-lockfile",
"refined-github:build": "cd refined-github && npm run build",
"refined-github:copy": "rm -r Refined\\ GitHub\\ Extension/build;cp -R refined-github/distribution/build/ Refined\\ GitHub\\ Extension/build/",
"refined-github:restore": "cd refined-github && git reset --hard"
},
"author": "Ville Lautanala <[email protected]>",
"license": "ISC",
"dependencies": {},
"devDependencies": {}
}