diff options
author | Matěj Cepl <mcepl@redhat.com> | 2013-05-23 08:05:00 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2013-05-23 08:47:19 +0200 |
commit | ccd8b64dbb18e19f3129f74429ac83b99c295734 (patch) | |
tree | 3cbf09732d0309abd07bfdcd50537e68b93fc290 /package.json | |
parent | 7f91596ca5fbe55831d587cdb746b4da595a15ff (diff) | |
download | parseLDIF-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.json | 4 |
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" +} |