forked from brix/crypto-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (36 loc) · 857 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "crypto-js",
"version": "3.1.2",
"repository": {
"type": "git",
"url": "git://github.com/tomatolabs/crypto-js"
},
"title": "crypto-js ported from http://code.google.com/p/crypto-js by Jeff.Mott.OR",
"description": "crypto-js is hosted to redistribute as bower project, it is ported from http://code.google.com/p/crypto-js by Jeff.Mott.OR",
"keywords": [
"bower",
"crypto",
"crypto-js",
"js",
"md5",
"sha",
"tomatolabs"
],
"homepage": "https://github.io/tomatolabs/crypto-js",
"author": {
"name": "Henry Leu",
"url": "https://github.com/henryleu"
},
"maintainers": [
{
"name": "Henry Leu",
"url": "https://github.com/henryleu"
}
],
"licenses": [
{
"type": "New BSD License",
"url": "http://opensource.org/licenses/BSD-3-Clause"
}
]
}