summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2018-02-21 11:49:58 +0000
committerGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2018-02-21 11:49:58 +0000
commit100c99ecc49c96b0393481587ea9ea85fbeb7a6f (patch)
tree5a6512774acbaadaa2451ead09f709c3fcf0a234 /package.json
downloadcolor-100c99ecc49c96b0393481587ea9ea85fbeb7a6f.tar.gz
color-100c99ecc49c96b0393481587ea9ea85fbeb7a6f.tar.bz2
color-100c99ecc49c96b0393481587ea9ea85fbeb7a6f.zip
first stab
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..38e19d0
--- /dev/null
+++ b/package.json
@@ -0,0 +1,15 @@
+{
+ "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"
+ }
+}