]> arthur.barton.de Git - atom-ax-monokai-syntax.git/commitdiff
Prepare 0.3.0 release
authorjoaoafrmartins <joaoafrmartins@gmail.com>
Mon, 30 Jun 2014 13:20:35 +0000 (14:20 +0100)
committerjoaoafrmartins <joaoafrmartins@gmail.com>
Mon, 30 Jun 2014 13:20:35 +0000 (14:20 +0100)
package.json [new file with mode: 0644]

diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..372a5e1
--- /dev/null
@@ -0,0 +1,28 @@
+{
+  "name": "seti-monokai",
+  "theme": "syntax",
+  "version": "0.3.0",
+  "private": true,
+  "description": "A monokai theme for the seti ui",
+  "license": "MIT",
+  "engines": {
+    "atom": ">0.39.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"
+  ],
+  "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"
+  }
+}