forked from capisce/kinvey-js-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·38 lines (38 loc) · 1003 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
33
34
35
36
37
38
{
"name" : "kinvey-js-library",
"version" : "1.1.7",
"description" : "Kinvey JavaScript Library for AngularJS, Backbone.js, HTML5, PhoneGap, and Titanium.",
"homepage" : "http://www.kinvey.com",
"bugs" : { "url": "http://support.kinvey.com" },
"licenses" : [{
"type" : "Apache-2.0",
"url" : "https://raw.github.com/Kinvey/js-library/master/LICENSE.txt"
}],
"author" : "Kinvey, Inc.",
"contributors" : [
"Logan Koester <[email protected]>",
"Mark van Seventer <[email protected]>"
],
"repository" : {
"type" : "git",
"url" : "[email protected]:Kinvey/js-library.git"
},
"scripts" : { },
"dependencies" : { },
"devDependencies" : {
"grunt" : "~0.4",
"grunt-curl" : "~1.4",
"time-grunt" : "~0.2"
},
"engines" : { "node": ">=0.8" },
"keywords" : [
"bower",
"Kinvey",
"JavaScript",
"AngularJS",
"Backbone.js",
"HTML5",
"PhoneGap",
"Titanium"
]
}