2017-04-11 00:22:48 +00:00
|
|
|
{
|
|
|
|
"name": "terminus-community-color-schemes",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Community color schemes for Terminus",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --progress --color",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
},
|
2017-04-29 22:25:01 +00:00
|
|
|
"files": ["dist"],
|
2017-04-11 00:22:48 +00:00
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
2017-04-11 20:45:59 +00:00
|
|
|
"peerDependencies": {
|
2017-04-11 00:22:48 +00:00
|
|
|
"@angular/core": "4.0.1",
|
2017-04-11 20:45:59 +00:00
|
|
|
"terminus-core": "*",
|
2017-04-11 00:22:48 +00:00
|
|
|
"terminus-terminal": "*"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "7.0.12",
|
2017-04-17 12:57:22 +00:00
|
|
|
"@types/webpack-env": "^1.13.0",
|
2017-04-11 00:22:48 +00:00
|
|
|
"awesome-typescript-loader": "3.1.2",
|
|
|
|
"raw-loader": "0.5.1",
|
|
|
|
"webpack": "2.3.3"
|
|
|
|
}
|
|
|
|
}
|