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

@@ -521,6 +521,11 @@ Copyright (c) 2012 - Jeremy Long
<artifactId>velocity</artifactId>
<version>1.7</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20141113</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>