vsc-material-theme/package.json

53 lines
1.3 KiB
JSON
Raw Normal View History

2017-01-27 22:01:25 +01:00
{
2017-02-04 11:42:25 +01:00
"name": "vsc-material-theme",
2017-01-27 22:01:25 +01:00
"displayName": "Material Theme",
"description": "The most epic theme now for Visual Studio Code",
"version": "0.0.1",
"publisher": "Equinusocio",
2017-02-04 11:42:25 +01:00
"bugs": {
"url": "https://github.com/equinusocio/vsc-material-theme/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/equinusocio/vsc-material-theme",
2017-01-27 22:01:25 +01:00
"engines": {
"vscode": "^1.5.0"
},
"categories": [
2017-02-04 11:42:25 +01:00
"Theme",
"Material",
"Design",
2017-01-27 22:01:25 +01:00
"Themes"
],
"contributes": {
"themes": [
{
2017-02-04 11:42:25 +01:00
"label": "Material Theme Darker",
2017-01-27 22:01:25 +01:00
"uiTheme": "vs-dark",
"path": "./themes/Material-Theme-Darker.tmTheme"
}
2017-01-27 22:44:01 +01:00
],
"iconThemes": [
{
"id": "material-theme-icons",
"label": "Material Theme Icons",
"path": "./icons/material-theme-icon-theme.json"
}
2017-01-27 22:01:25 +01:00
]
2017-02-04 11:42:25 +01:00
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"babel-root-import": "^4.1.5",
"colors": "^1.1.2",
"del": "^2.2.2",
"eslint": "^3.11.0",
"eslint-plugin-standard": "^2.0.1",
"gulp": "^3.9.1",
"gulp-bump": "^2.4.0",
"gulp-conventional-changelog": "^1.1.0",
"gulp-stats": "^0.0.4",
"gulp-watch": "^4.3.8",
"run-sequence": "^1.2.2",
"yargs": "^6.0.0"
2017-01-27 22:01:25 +01:00
}
}