1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-18 15:41:54 +03:00
tabby/terminus-community-color-schemes/package.json

30 lines
693 B
JSON
Raw Normal View History

2017-04-11 03:22:48 +03: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-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-04-17 15:57:22 +03:00
"@types/webpack-env": "^1.13.0",
2017-04-11 03:22:48 +03:00
"awesome-typescript-loader": "3.1.2",
"raw-loader": "0.5.1",
"webpack": "2.3.3"
2017-06-10 01:29:16 +03:00
},
"false": {}
2017-04-11 03:22:48 +03:00
}