summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2018-02-21 13:46:40 +0000
committerGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2018-02-21 13:46:40 +0000
commit4013dad047920149e2e2c1c8e8e4df3ad4f5dd0c (patch)
treeb2744850f212dfd8805130288e5309ffd3d684b9 /package.json
parentfirst stab (diff)
downloadcolor-4013dad047920149e2e2c1c8e8e4df3ad4f5dd0c.tar.gz
color-4013dad047920149e2e2c1c8e8e4df3ad4f5dd0c.tar.bz2
color-4013dad047920149e2e2c1c8e8e4df3ad4f5dd0c.zip
fix deps
Diffstat (limited to 'package.json')
-rw-r--r--package.json27
1 files changed, 14 insertions, 13 deletions
diff --git a/package.json b/package.json
index 38e19d0..6f8f7f9 100644
--- a/package.json
+++ b/package.json
@@ -1,15 +1,16 @@
{
- "name": "dakkar-highlight",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "AGPL-3.0",
- "dependencies": {
- "highlight": "^0.2.4",
- "http": "0.0.0"
- }
+ "name": "dakkar-highlight",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "start": "node index.js",
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "AGPL-3.0",
+ "dependencies": {
+ "highlight": "^0.2.4",
+ "language-perl6": "git+https://github.com/perl6/atom-language-perl6.git"
+ }
}