themer/cli/packages/xcode/package.json
2020-04-25 14:48:14 -06:00

40 lines
825 B
JSON

{
"name": "@themer/xcode",
"version": "2.1.0",
"description": "An Xcode theme generator for themer.",
"main": "lib/index.js",
"engines": {
"node": ">=8.11.4"
},
"scripts": {
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"author": "mjswensen",
"license": "MIT",
"files": [
"/lib/index.js"
],
"dependencies": {
"color": "^3.0.0",
"lodash": "^4.17.4"
},
"devDependencies": {},
"peerDependencies": {
"themer": "^1.0.2||^2||^3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjswensen/themer.git"
},
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/xcode#readme",
"keywords": [
"themer",
"Xcode",
"theme",
"syntax"
]
}