2017-04-11 03:22:48 +03:00
|
|
|
{
|
|
|
|
"name": "terminus-community-color-schemes",
|
2019-01-10 14:44:12 +03:00
|
|
|
"version": "1.0.68-c17-g8b64a81",
|
2017-04-11 03:22:48 +03:00
|
|
|
"description": "Community color schemes for Terminus",
|
2017-07-04 17:05:39 +03:00
|
|
|
"keywords": [
|
2017-11-04 21:06:58 +03:00
|
|
|
"terminus-builtin-plugin"
|
2017-07-04 17:05:39 +03:00
|
|
|
],
|
2017-04-11 03:22:48 +03:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --progress --color",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
},
|
2017-06-10 01:29:16 +03:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2017-04-11 03:22:48 +03:00
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
2017-04-11 23:45:59 +03:00
|
|
|
"peerDependencies": {
|
2017-04-11 03:22:48 +03:00
|
|
|
"@angular/core": "4.0.1",
|
2017-04-11 23:45:59 +03:00
|
|
|
"terminus-core": "*",
|
2017-04-11 03:22:48 +03:00
|
|
|
"terminus-terminal": "*"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "7.0.12",
|
2017-06-21 00:28:58 +03:00
|
|
|
"@types/webpack-env": "^1.13.0"
|
2017-06-10 01:29:16 +03:00
|
|
|
},
|
|
|
|
"false": {}
|
2017-04-11 03:22:48 +03:00
|
|
|
}
|