-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
48 lines (48 loc) · 1.21 KB
/
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
42
43
44
45
46
47
48
{
"name": "apostrophe-headless",
"version": "2.12.1",
"description": "Use Apostrophe as a headless CMS with REST APIs for your apps",
"main": "index.js",
"scripts": {
"test": "npx eslint . && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apostrophecms/apostrophe-headless.git"
},
"keywords": [
"apostrophecms",
"apostrophe",
"rest",
"api",
"apostrophe-cms",
"headless",
"headless-cms"
],
"author": "Apostrophe Technologies, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/apostrophecms/apostrophe-headless/issues"
},
"homepage": "https://github.com/apostrophecms/apostrophe-headless#readme",
"dependencies": {
"async": "^2.5.0",
"bluebird": "^3.5.4",
"cors": "^2.8.4",
"cuid": "^1.3.8",
"express-bearer-token": "^2.1.0",
"lodash": "^4.17.15"
},
"devDependencies": {
"apostrophe": "^2.105.0",
"apostrophe-workflow": "^2.19.0",
"eslint": "^7.11.0",
"eslint-config-apostrophe": "^3.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.2",
"fs-extra": "^4.0.2",
"mocha": "^7.0.0",
"request": "^2.83.0"
}
}