From ad585791493b09609be885e0304d987a0382db9a Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Thu, 3 Jan 2019 16:46:40 +0100 Subject: Add theme --- packages/theme/package.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 packages/theme/package.json (limited to 'packages/theme/package.json') diff --git a/packages/theme/package.json b/packages/theme/package.json new file mode 100644 index 000000000..c07eee950 --- /dev/null +++ b/packages/theme/package.json @@ -0,0 +1,34 @@ +{ + "name": "@meetfranz/theme", + "version": "1.0.0", + "description": "Theme configuration for Franz", + "author": "Stefan Malzner ", + "homepage": "https://github.com/meetfranz/franz", + "license": "Apache-2.0", + "main": "lib/index.js", + "files": [ + "lib/**/*" + ], + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/meetfranz/franz.git" + }, + "scripts": { + "dev": "tsc -w", + "prepare": "tsc", + "preprepare": "npm run test", + "test": "npx mocha" + }, + "bugs": { + "url": "https://github.com/meetfranz/franz/issues" + }, + "dependencies": { + "color": "^3.1.0" + }, + "devDependencies": { + "@types/color": "^3.0.0" + } +} -- cgit v1.2.3-70-g09d2