aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2013-05-23 08:05:00 +0200
committerMatěj Cepl <mcepl@redhat.com>2013-05-23 08:47:19 +0200
commitccd8b64dbb18e19f3129f74429ac83b99c295734 (patch)
tree3cbf09732d0309abd07bfdcd50537e68b93fc290 /package.json
parent7f91596ca5fbe55831d587cdb746b4da595a15ff (diff)
downloadparseLDIF-ccd8b64dbb18e19f3129f74429ac83b99c295734.tar.gz
Switch testing to NodeJS, so we can use Travis-CI.
Also remove all dependencies on Rhino.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..788bb42
--- /dev/null
+++ b/package.json
@@ -0,0 +1,4 @@
+{
+ "name" : "parseLDIF",
+ "main" : "./parseLDIF.js"
+}