UNPKG

nodeforge

Version:

Fork from linuxwolf-forge, JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.

18 lines (17 loc) 401 B
{ "name": "forge-nodejs-example", "version": "0.1.0", "private": true, "main": "server.js", "dependencies": { "express": "~3.1.0", "mocha": "~1.8.2", "chai": "~1.5.0", "grunt": "~0.4.1", "grunt-mocha": "~0.3.1" }, "scripts": { "test": "mocha -t 20000 -R spec test/*.js", "run": "node server" } }