node.js: Added package.json eveidence gathering, using json.org package for the parsing.

This commit is contained in:
Dale Visser
2015-08-07 15:41:01 -04:00
parent 2441b92bc6
commit b4c3046ab5
3 changed files with 46 additions and 3 deletions

View File

@@ -434,6 +434,10 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>