-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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-pieces-export",
"version": "2.4.2",
"description": "Export pieces for ApostropheCMS",
"main": "index.js",
"scripts": {
"test": "mocha && eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/apostrophecms/apostrophe-pieces-export.git"
},
"keywords": [
"ApostropheCMS",
"Export",
"Pieces"
],
"author": "P'unk Ave",
"license": "MIT ",
"bugs": {
"url": "https://github.com/apostrophecms/apostrophe-pieces-export/issues"
},
"homepage": "https://github.com/apostrophecms/apostrophe-pieces-export#readme",
"devDependencies": {
"apostrophe": "^2.112.1",
"eslint": "^4.2.0",
"eslint-config-apostrophe": "^2.0.2",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^7.0.0",
"request": "^2.88.0"
},
"dependencies": {
"async": "^2.6.1",
"csv-stringify": "^5.0.0",
"lodash": "^4.17.19",
"xlsx": "^0.18.5"
}
}