forked from trycom/parse-angular-patch
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbower.json
36 lines (36 loc) · 756 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
{
"name": "angular-parse-wrapper",
"version": "0.1.0",
"homepage": "https://github.com/rafbgarcia/angular-parse-wrapper",
"authors": [
"@rafbgarcia @spacenick @arush"
],
"dependencies": {
"momentjs": "~2.0.0",
"lodash": "~2.4.1"
},
"devDependencies": {
"jquery": "~2.1",
"momentjs": "~2.0.0",
"lodash": "~2.4.1",
"angular": "~1.2.12",
"angular-mocks": "~1.2.13"
},
"main": "dist/angular-parse-wrapper.min.js",
"description": "A wrapper that integrates Parse with Angular's lifecycle",
"keywords": [
"parse",
"angular",
"angularjs",
"promises",
"promise",
"defer"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
]
}