-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
56 lines (56 loc) · 1.65 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name" : "kryptnostic-js",
"version" : "0.12.2",
"main" : "dist/kryptnostic.js",
"homepage" : "https://github.com/kryptnostic/kryptnostic-js",
"license" : "Apache-2.0",
"private" : false,
"repository" : {
"type" : "git",
"url" : "https://github.com/kryptnostic/kryptnostic-js.git"
},
"authors" : [
"Hristo Oskov <[email protected]>",
"Nick Hewitt <[email protected]>",
"Stephanie A. Higa <[email protected]>"
],
"ignore" : [
".gitignore",
".travis.yml",
"bower.json",
"bower_components",
"build.js",
"build.sh",
"bump.rb",
"check-unused-imports.rb",
"coffeelint.json",
"commit-hooks.rb",
"compile-exports.rb",
"js",
"kryptnostic.sublime-project",
"node_modules",
"package.json",
"test.sh",
"webpack.config.js"
],
"moduleType" : [
"amd",
"globals"
],
"dependencies" : {
},
"devDependencies" : {
"axios" : "0.9.1",
"base64" : "0.3.0",
"bluebird" : "2.9.34",
"forge" : "0.6.31",
"function-name" : "https://raw.githubusercontent.com/kryptnostic/Function.name/6705081d59ccfc59999450694a273a15f91d09ff/Function.name.js",
"jscache" : "https://raw.githubusercontent.com/monsur/jscache/ba01cdcf3e8a426782e0c297832b6c81286c9e8a/cache.js",
"krypto-js" : "0.0.11",
"lodash" : "3.10.0",
"loglevel" : "1.3.1",
"murmurhash3" : "https://raw.githubusercontent.com/karanlyons/murmurHash3.js/master/murmurHash3.js",
"require-cs" : "0.5.0",
"requirejs" : "2.1.18"
}
}