]> arthur.barton.de Git - atom-ax-monokai-syntax.git/blobdiff - package.json
Rename package to "ax-monokai-syntax"
[atom-ax-monokai-syntax.git] / package.json
index 372a5e129b90dd2032017c7ae14af0dd621b34f8..203b389323022ab583955dafb1b2af4441952ff9 100644 (file)
@@ -1,28 +1,19 @@
 {
-  "name": "seti-monokai",
+  "name": "ax-monokai-syntax",
   "theme": "syntax",
-  "version": "0.3.0",
-  "private": true,
-  "description": "A monokai theme for the seti ui",
+  "version": "0.0.1",
+  "description": "A Monokai theme for the Atom editor (SETI UI)",
   "license": "MIT",
   "engines": {
-    "atom": ">0.39.0"
+    "atom": ">0.174.0 <2.0.0"
   },
-  "readme": "# Monokai theme\n\nA monokai syntax theme for Atom.\n\nOriginally converted from the [TextMate](http://www.monokai.nl/blog/wp-content/asdev/Monokai.tmTheme)\ntheme using the [TextMate bundle converter](http://atom.io/docs/latest/converting-a-text-mate-theme).\n\n![](https://f.cloud.github.com/assets/671378/2265671/d02ebee8-9e85-11e3-9b8c-12b2cb7015e3.png)\n",
-  "readmeFilename": "README.md",
-  "main": "lib/main",
   "keywords": [
     "monokai",
-    "seti-ui"
+    "seti-ui",
+    "syntax",
+    "theme"
   ],
-  "dependencies": {},
-  "devDependencies": {},
-  "homepage": "https://github.com/joaoafrmartins/seti-monokai",
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/joaoafrmartins/seti-monokai.git"
-  },
-  "bugs": {
-    "url": "https://github.com/joaoafrmartins/seti-monokai/issues"
-  }
+  "homepage": "https://github.com/alexbarton/atom-ax-monokai-syntax",
+  "repository": "https://github.com/alexbarton/atom-ax-monokai-syntax.git",
+  "bugs": "https://github.com/alexbarton/atom-ax-monokai-syntax/issues"
 }