-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.55 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": "oblique-tab",
"version": "2.4.2",
"dependencies": {
"autoprefixer": "^6.0.3",
"browserify": "^11.0.1",
"cssnano": "^3.3.1",
"gulp": "^3.9.0",
"gulp-filesize": "0.0.6",
"gulp-postcss": "^6.0.0",
"gulp-preprocess": "^1.2.0",
"gulp-smoosher": "0.0.8",
"gulp-sourcemaps": "^1.5.2",
"imagesloaded": "^3.1.8",
"minifyify": "^7.1.0",
"minimist": "^1.2.0",
"oblique-strategies": "^1.0.1",
"postcss-color-function": "^1.3.2",
"postcss-custom-properties": "^5.0.0",
"postcss-import": "^7.0.0",
"superagent": "^1.3.0",
"watchify": "^3.4.0"
},
"scripts": {
"build-js": "browserify assets/js/chrome.js -d -p [minifyify --map ext/js/main.map.json --output ext/js/main.map.json] -o ext/js/main.js",
"build-pages": "browserify assets/js/pages.js -d -p [minifyify --map dist/main.map.json --output dist/main.map.json] -o dist/main.js",
"watch-js": "watchify assets/js/chrome.js -o ext/js/main.js -v",
"watch-pages": "watchify assets/js/pages.js -d -p [minifyify --map dist/main.map.json --output dist/main.map.json] -o dist/main.js -v"
},
"description": "A tab replacement based on Oblique Strategies by Brian Eno and Peter Schmidt.",
"main": "main.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/wookiehangover/oblique-tab.git"
},
"author": "wookiehangover",
"license": "MIT",
"bugs": {
"url": "https://github.com/wookiehangover/oblique-tab/issues"
},
"homepage": "https://github.com/wookiehangover/oblique-tab#readme"
}