spectabular/package.json

48 lines
1.2 KiB
JSON
Raw Normal View History

2018-06-24 20:41:23 +00:00
{
"name": "spectabular",
"version": "2.0.0",
"description": "Your tabs, managed.",
"dependencies": {
"twig": "^1.12.0"
},
"devDependencies": {
2018-06-30 02:33:08 +00:00
"@fortawesome/fontawesome-free": "^5.1.0",
2018-06-24 20:41:23 +00:00
"@types/chrome": "0.0.69",
2018-06-25 01:55:52 +00:00
"@types/twig": "^1.10.1",
2018-06-24 20:41:23 +00:00
"browserify": "^16.2.2",
2018-06-28 23:20:13 +00:00
"chalk": "^2.4.1",
2018-06-24 20:41:23 +00:00
"del": "^3.0.0",
"eslint": "^5.0.1",
2018-06-28 23:20:13 +00:00
"fancy-log": "^1.3.2",
2018-07-27 03:24:56 +00:00
"gulp": "^4.0.0",
"gulp-eslint": "^4.0.2",
2018-06-24 20:41:23 +00:00
"gulp-if": "^2.0.2",
2018-06-28 23:13:29 +00:00
"gulp-plumber": "^1.2.0",
2018-06-24 20:41:23 +00:00
"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",
2018-06-24 20:41:23 +00:00
"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",
2018-06-24 20:50:44 +00:00
"build": "npx gulp build"
2018-06-24 20:41:23 +00:00
},
"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"
}