-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 942 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
39
40
41
{
"author": "Gitana Software, Inc. <[email protected]> (https://gitana.io)",
"name": "gitana",
"description": "Gitana Cloud CMS Driver for Node JS",
"version": "1.0.330",
"repository": {
"type": "git",
"url": "git://github.com/gitana/gitana-node-js.git"
},
"engines": {
"node": ">= 0.4.1"
},
"dependencies": {},
"devDependencies": {
"grunt": "*"
},
"optionalDependencies": {
"https-proxy-agent": "^7.0.1",
"node-http-xhr": "^1.3.4",
"axios": "^1.5.0",
"xmlhttprequest": "1.8.0"
},
"contributors": [
{
"name": "Michael Uzquiano",
"email": "[email protected]"
}
],
"keywords": [
"gitana",
"cloudcms",
"cms",
"content",
"json",
"rest",
"mobile",
"content management",
"javascript"
],
"main": "index"
}