themer/cli/packages/prism/package.json

36 lines
824 B
JSON
Raw Normal View History

2019-08-01 19:15:15 +00:00
{
2020-04-25 19:19:07 +00:00
"name": "@themer/prism",
2020-03-20 12:28:39 +00:00
"version": "1.1.0",
2019-08-01 19:15:15 +00:00
"description": "A PrismJS theme generator for themer.",
"main": "lib/index.js",
"engines": {
"node": ">=8.11.4"
},
"author": "Divyanshu Maithani <div.blackcat@gmail.com> (https://github.com/divyanshu013)",
"license": "MIT",
"files": [
"/lib/index.js"
],
"scripts": {
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"devDependencies": {},
"peerDependencies": {
"themer": "^2||^3"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mjswensen/themer.git"
},
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
2020-04-25 19:19:07 +00:00
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/prism#readme",
2019-08-01 19:15:15 +00:00
"keywords": [
"themer",
"prism",
"theme"
]
}