themer/cli/packages/xcode/package.json

40 lines
825 B
JSON
Raw Normal View History

2017-09-08 02:37:40 +00:00
{
2020-04-25 20:48:14 +00:00
"name": "@themer/xcode",
2020-03-20 12:29:29 +00:00
"version": "2.1.0",
2017-09-08 02:37:40 +00:00
"description": "An Xcode theme generator for themer.",
"main": "lib/index.js",
2018-08-23 03:20:10 +00:00
"engines": {
"node": ">=8.11.4"
},
2017-09-08 02:37:40 +00:00
"scripts": {
2018-10-07 04:04:33 +00:00
"prepublishOnly": "cp ../../../LICENSE.md ./"
2017-09-08 02:37:40 +00:00
},
"author": "mjswensen",
"license": "MIT",
"files": [
"/lib/index.js"
],
2017-09-08 02:37:40 +00:00
"dependencies": {
2018-08-29 03:14:40 +00:00
"color": "^3.0.0",
2017-09-08 02:37:40 +00:00
"lodash": "^4.17.4"
},
"devDependencies": {},
2017-10-14 19:23:36 +00:00
"peerDependencies": {
"themer": "^1.0.2||^2||^3"
2017-10-14 19:23:36 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjswensen/themer.git"
},
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
2020-04-25 20:48:14 +00:00
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/xcode#readme",
"keywords": [
"themer",
"Xcode",
"theme",
"syntax"
]
2017-09-08 02:37:40 +00:00
}