spectabular/package.json

43 lines
1.0 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": {
"@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",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-if": "^2.0.2",
"gulp-jshint": "^2.1.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-tslint": "^8.1.3",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"replace-ext": "^1.0.0",
"run-sequence": "^2.2.1",
"tsify": "^4.0.0",
"tslint": "^5.10.0",
"typescript": "^2.9.2",
"vinyl-source-stream": "^2.0.0",
"yargs": "^11.0.0"
},
"scripts": {
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"
}