forked from Urigo/angular-meteor-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 936 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
38
39
40
41
42
43
44
45
46
{
"name": "angular-meteor-auth",
"main": "./dist/angular-meteor-auth.bundle.min.js",
"version": "1.0.2",
"homepage": "https://github.com/Urigo/angular-meteor-auth",
"authors": [
"Uri Goldshtein <[email protected]>"
],
"description": "Angular-Meteor authentication module",
"keywords": [
"AngularJS",
"Meteor",
"angular-meteor-auth",
"angular-meteor",
"angular",
"auth"
],
"license": "MIT",
"ignore": [
"**/.*",
".coveralls.yml",
".editorconfig",
".eslintrc.json",
".meteor",
".npm",
".npmignore",
".travis.yml",
".versions",
"bower_components",
"bundle-min.sh",
"node_modules",
"package.js",
"package.json",
"src",
"test.sh",
"test_ci.sh",
"tests",
"versions.json",
"webpack"
],
"dependencies": {
"angular": "^1.4.4",
"angular-meteor": "~1.3.9",
"meteor-client-side": "~0.2.2"
}
}