forked from trycom/parse-angular-patch
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 985 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 985 Bytes
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
{
"name": "angular-parse-wrapper",
"version": "0.1.1",
"description": "A wrapper that integrates Parse with Angular's lifecycle",
"main": "src/parse-wrapper.js",
"engines": {
"node": "0.10.x"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/rafbgarcia/angular-parse-wrapper.git"
},
"keywords": [
"parse",
"angular",
"angularjs",
"parsesdk",
"collection",
"objects"
],
"author": "Rafael Garcia <rafbgarcia@gmail.com>, Nicolas Kermarc <nick@getbrandid.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rafbgarcia/angular-parse-wrapper/issues"
},
"homepage": "https://github.com/rafbgarcia/angular-parse-wrapper",
"devDependencies": {
"bower": "~1.3.9",
"grunt": "~0.4.2",
"grunt-cli": "^0.1.13",
"grunt-contrib-uglify": "^0.4.0",
"grunt-karma": "~0.6.2",
"karma": "~0.10.9",
"karma-chrome-launcher": "~0.1.2",
"karma-jasmine": "~0.1.5"
}
}