themer/cli/packages/atom-syntax/package.json
2020-04-23 07:12:28 -06:00

39 lines
802 B
JSON

{
"name": "@themer/atom-syntax",
"version": "2.1.2",
"description": "Atom syntax template for themer.",
"main": "lib/index.js",
"engines": {
"node": ">=8.11.4"
},
"author": "mjswensen",
"license": "MIT",
"files": [
"/lib/index.js"
],
"scripts": {
"prepublishOnly": "cp ../../../LICENSE.md ./"
},
"devDependencies": {
"less": "^3.8.1"
},
"peerDependencies": {
"themer": "^2.1||^3"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mjswensen/themer.git"
},
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/atom-syntax#readme",
"keywords": [
"themer",
"atom",
"syntax",
"theme"
]
}