vsc-material-but-i-wont-sue.../package.json
2017-02-04 22:55:05 +01:00

54 lines
1.4 KiB
JSON

{
"name": "vsc-material-theme",
"displayName": "Material Theme",
"description": "The most epic theme now for Visual Studio Code",
"version": "0.0.1",
"publisher": "Equinusocio",
"license": "Apache-2.0",
"homepage": "https://github.com/equinusocio/vsc-material-theme",
"bugs": {
"url": "https://github.com/equinusocio/vsc-material-theme/issues"
},
"engines": {
"vscode": "^1.5.0"
},
"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"
},
"categories": [
"Theme",
"Material",
"Design",
"Themes"
],
"contributes": {
"themes": [
{
"label": "Material Theme Darker",
"uiTheme": "vs-dark",
"path": "./themes/Material-Theme-Darker.tmTheme"
}
]
},
"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.6.1",
"gulp-conventional-changelog": "^1.1.0",
"gulp-stats": "^0.0.4",
"gulp-watch": "^4.3.8",
"run-sequence": "^1.2.2",
"vscode": "^1.0.3",
"yargs": "^6.6.0"
}
}