-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 849 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 849 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
{
"name": "aem-api",
"version": "0.2.4",
"description": "API class to manipulate nodes within AEM from node.",
"main": "index.js",
"dependencies": {
"es6-promise": "^3.2.1",
"form-data": "^1.0.0-rc4",
"isomorphic-fetch": "^2.2.1",
"mime-types": "^2.1.11"
},
"devDependencies": {
"colors": "^1.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-docs": "documentation readme --format md --section \"API Usage\" -g"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raininglemons/node-aem-api.git"
},
"author": "Dom England",
"license": "ISC",
"bugs": {
"url": "https://github.com/raininglemons/node-aem-api/issues"
},
"homepage": "https://github.com/raininglemons/node-aem-api#readme",
"engines": {
"node": ">=5.11.0"
}
}