themer/cli/packages/preview-code/package.json

34 lines
744 B
JSON
Raw Normal View History

2017-09-26 01:41:04 +00:00
{
2020-04-25 19:08:55 +00:00
"name": "@themer/preview-code",
2018-10-11 03:21:29 +00:00
"version": "1.0.6",
2017-09-26 01:41:04 +00:00
"description": "Color set preview template for themer.",
"main": "lib/index.js",
2018-08-23 03:20:10 +00:00
"engines": {
"node": ">=8.11.4"
},
2017-09-26 01:41:04 +00:00
"scripts": {
2018-10-07 04:04:33 +00:00
"prepublishOnly": "cp ../../../LICENSE.md ./"
2017-09-26 01:41:04 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjswensen/themer.git"
2017-09-26 01:41:04 +00:00
},
"keywords": [
"themer",
"preview"
],
"author": "mjswensen",
"license": "MIT",
"files": [
"/lib/index.js"
],
2017-09-26 01:41:04 +00:00
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
2017-09-26 01:41:04 +00:00
},
2020-04-25 19:08:55 +00:00
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/preview-code#readme",
"devDependencies": {},
2017-10-13 13:09:33 +00:00
"peerDependencies": {
"themer": "^1.0.2||^2||^3"
2017-09-26 01:41:04 +00:00
}
}