ionic-cordova-gulp-seed
Version:
Ionic & Cordova & Gulp seed with organized code, tests, bower support and some other stuff. Originated from ionic-angular-cordova-seed.
25 lines (24 loc) • 427 B
JSON
{
"name": "SHA-1",
"version": "0.1.1",
"homepage": "https://github.com/linkgod/SHA-1",
"authors": [
"linkgod <linkgod@qq.com>"
],
"description": "This is a SHA-1 hash generator by JavaScript.",
"main": "sha1.js",
"keywords": [
"SHA-1",
"sha1",
"hash",
"encryption"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}