branch: master
commit ab083f4b7878fd5d3d823c54ba4c7d8aafc63967
Author: Jackson Ray Hamilton <[email protected]>
Commit: Jackson Ray Hamilton <[email protected]>
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"