MattSurabian / aes-gcm-stream

A NodeJS Module that implements AES256 GCM encryption and decryption using streams
MIT License
11 stars 1 forks source link

Style checks #8

Closed MattSurabian closed 9 years ago

MattSurabian commented 9 years ago

Do jscs and jshint checks as part of npm test.

MattSurabian commented 9 years ago

Merging per @calvinmetcalf and my discussion in #7.