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 22:55:05 +01:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"homepage": "https://github.com/equinusocio/vsc-material-theme",
|
2017-02-04 11:42:25 +01:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/equinusocio/vsc-material-theme/issues"
|
|
|
|
},
|
2017-01-27 22:01:25 +01:00
|
|
|
"engines": {
|
2017-02-04 12:31:33 +01:00
|
|
|
"vscode": "^1.5.0"
|
2017-01-27 22:01:25 +01:00
|
|
|
},
|
2017-02-04 22:55:05 +01:00
|
|
|
"scripts": {
|
|
|
|
"vscode:prepublish": "tsc -p ./",
|
|
|
|
"compile": "node ./scripts/import.js",
|
|
|
|
"postinstall": "node ./node_modules/vscode/bin/install",
|
|
|
|
"test": "node ./node_modules/vscode/bin/test",
|
|
|
|
"import": "node ./scripts/import.js"
|
|
|
|
},
|
2017-01-27 22:01:25 +01:00
|
|
|
"categories": [
|
2017-02-04 12:31:33 +01:00
|
|
|
"Theme",
|
|
|
|
"Material",
|
|
|
|
"Design",
|
|
|
|
"Themes"
|
2017-01-27 22:01:25 +01:00
|
|
|
],
|
|
|
|
"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-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",
|
2017-02-04 14:56:29 +01:00
|
|
|
"gulp-bump": "^2.6.1",
|
2017-02-04 11:42:25 +01:00
|
|
|
"gulp-conventional-changelog": "^1.1.0",
|
|
|
|
"gulp-stats": "^0.0.4",
|
|
|
|
"gulp-watch": "^4.3.8",
|
|
|
|
"run-sequence": "^1.2.2",
|
2017-02-04 22:55:05 +01:00
|
|
|
"vscode": "^1.0.3",
|
2017-02-04 14:56:29 +01:00
|
|
|
"yargs": "^6.6.0"
|
2017-01-27 22:01:25 +01:00
|
|
|
}
|
2017-02-04 12:31:33 +01:00
|
|
|
}
|