-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "apostrophe-forms",
"version": "1.12.0",
"description": "Build forms for ApostropheCMS in a simple user interface.",
"main": "index.js",
"scripts": {
"test": "npx eslint . && npx mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apostrophecms/apostrophe-forms.git"
},
"keywords": [
"apostrophe",
"apostrophecms",
"apostrophe-cms",
"forms",
"form builder"
],
"author": "Apostrophe Technologies, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/apostrophecms/apostrophe-forms/issues"
},
"homepage": "https://github.com/apostrophecms/apostrophe-forms#readme",
"devDependencies": {
"apostrophe": "^2.220.9",
"axios": "^0.21.4",
"eslint": "^4.15.0",
"eslint-config-apostrophe": "3.3.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^6.1.4"
},
"dependencies": {
"lodash.uniq": "^4.5.0",
"request": "^2.88.0",
"request-promise": "^4.2.4"
}
}