forked from trycom/parse-angular-patch
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 741 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
{
"name": "angular-parse-patch",
"version": "1.0.1",
"description": "Seamless Parse integration with AngularJS",
"main": "src/angular-parse-patch.js",
"repository": {
"type": "git",
"url": "https://github.com/mcwebb/angular-parse-patch.git"
},
"keywords": [
"parse",
"angular",
"angularjs",
"parsesdk",
"collection",
"objects"
],
"author": "Matthew Webb <matthewowebb@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcwebb/angular-parse-patch/issues"
},
"homepage": "https://github.com/mcwebb/angular-parse-patch",
"devDependencies": {
"gulp": "~3.8.11",
"gulp-jshint": "~1.10.0",
"gulp-ng-annotate": "^0.5.3",
"gulp-uglify": "~1.2.0"
}
}