From 4013dad047920149e2e2c1c8e8e4df3ad4f5dd0c Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Wed, 21 Feb 2018 13:46:40 +0000 Subject: fix deps --- package.json | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'package.json') 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" + } } -- cgit v1.2.3