forked from trycom/parse-angular-patch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 780 Bytes
/
package.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
{
"name": "parse-angular-patch",
"version": "0.1.2",
"description": "Seamless Parse integration with AngularJS",
"main": "src/parse-angular.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/brandid/parse-angular-patch.git"
},
"keywords": [
"parse",
"angular",
"angularjs",
"parsesdk",
"collection",
"objects"
],
"author": "Nicolas Kermarc <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/brandid/parse-angular-patch/issues"
},
"homepage": "https://github.com/brandid/parse-angular-patch",
"devDependencies": {
"gulp": "~3.5.2",
"gulp-uglify": "~0.2.1",
"gulp-jshint": "~1.4.0"
}
}