mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
35 lines
567 B
JSON
35 lines
567 B
JSON
{
|
|
"name": "angular-md5",
|
|
"version": "0.1.7",
|
|
"main": "angular-md5.js",
|
|
"description": "A md5 crypto component for Angular.js",
|
|
"author": [
|
|
{
|
|
"name": "Patrick Stapleton",
|
|
"email": "github@gdi2290.com",
|
|
"url": "www.gdi2290.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"PatrickJS",
|
|
"gdi2290",
|
|
"angular.js",
|
|
"angularjs",
|
|
"angular",
|
|
"crypto",
|
|
"md5"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"*.yml",
|
|
"*.xml",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"angular": "*"
|
|
}
|
|
}
|