emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master ab083f4 102/271: Simplify package.json.


From: Jackson Ray Hamilton
Subject: [elpa] master ab083f4 102/271: Simplify package.json.
Date: Thu, 05 Feb 2015 18:30:15 +0000

branch: master
commit ab083f4b7878fd5d3d823c54ba4c7d8aafc63967
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Simplify package.json.
---
 package.json |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/package.json b/package.json
index 2070d44..7ce5be3 100644
--- a/package.json
+++ b/package.json
@@ -1,24 +1,8 @@
 {
-  "name": "context-coloring",
-  "version": "0.0.0",
-  "description": "JavaScript syntax highlighting, except not for syntax.",
-  "main": "scopifier.js",
-  "directories": {
-    "test": "test"
-  },
-  "scripts": {
-    "test": "make test"
-  },
   "repository": {
     "type": "git",
     "url": "https://github.com/jacksonrayhamilton/context-coloring.git";
   },
-  "author": "Jackson Ray Hamilton",
-  "license": "GPL-3.0+",
-  "bugs": {
-    "url": "https://github.com/jacksonrayhamilton/context-coloring/issues";
-  },
-  "homepage": "https://github.com/jacksonrayhamilton/context-coloring";,
   "devDependencies": {
     "matcha": "^0.6.0",
     "mocha": "^2.0.1"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]