tabby/terminus-community-color-schemes/package.json
Eugene Pankov 9834b27b8d bump
2017-07-05 16:24:03 +02:00

29 lines
663 B
JSON

{
"name": "terminus-community-color-schemes",
"version": "1.0.0-alpha.16-8-gfc060ac",
"description": "Community color schemes for Terminus",
"keywords": [
"terminus-plugin"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch"
},
"files": [
"dist"
],
"author": "Eugene Pankov",
"license": "MIT",
"peerDependencies": {
"@angular/core": "4.0.1",
"terminus-core": "*",
"terminus-terminal": "*"
},
"devDependencies": {
"@types/node": "7.0.12",
"@types/webpack-env": "^1.13.0"
},
"false": {}
}