48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "spectabular",
|
|
"version": "2.0.0",
|
|
"description": "Your tabs, managed.",
|
|
"dependencies": {
|
|
"twig": "^1.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.1.0",
|
|
"@types/chrome": "0.0.69",
|
|
"@types/twig": "^1.10.1",
|
|
"browserify": "^16.2.2",
|
|
"chalk": "^2.4.1",
|
|
"del": "^3.0.0",
|
|
"eslint": "^5.0.1",
|
|
"fancy-log": "^1.3.2",
|
|
"gulp": "^4.0.0",
|
|
"gulp-eslint": "^4.0.2",
|
|
"gulp-if": "^2.0.2",
|
|
"gulp-plumber": "^1.2.0",
|
|
"gulp-sass": "^4.0.1",
|
|
"gulp-sourcemaps": "^2.6.4",
|
|
"gulp-tslint": "^8.1.3",
|
|
"replace-ext": "^1.0.0",
|
|
"run-sequence": "^2.2.1",
|
|
"stream-to-promise": "^2.2.0",
|
|
"tsify": "^4.0.0",
|
|
"tslint": "^5.10.0",
|
|
"typescript": "^2.9.2",
|
|
"vinyl-source-stream": "^2.0.0",
|
|
"yargs": "^11.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "npm run build && npx gulp watch",
|
|
"build": "npx gulp build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/ollien/spectabular.git"
|
|
},
|
|
"author": "ollien",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ollien/spectabular/issues"
|
|
},
|
|
"homepage": "https://github.com/ollien/spectabular#readme"
|
|
}
|