forked from apostrophecms-legacy/apostrophe-pieces-import
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.28 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
49
{
"name": "apostrophe-pieces-import",
"version": "2.1.3",
"description": "Import pieces from CSV, TSV, Excel and formats you add yourself as pieces in Apostrophe, with a nice UI",
"main": "index.js",
"scripts": {
"test": "eslint . && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/punkave/apostrophe-pieces-import.git"
},
"keywords": [
"apostrophe",
"cms",
"apostrophe",
"cms",
"csv"
],
"author": "P'unk Avenue LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/punkave/apostrophe-pieces-import/issues"
},
"homepage": "https://github.com/punkave/apostrophe-pieces-import#readme",
"dependencies": {
"async": "^2.6.1",
"csv-parse": "^1.1.7",
"cuid": "^1.3.8",
"fs-extra": "^1.0.0",
"lodash": "^4.17.2",
"split": "^1.0.0",
"xlsx": "^0.8.1"
},
"devDependencies": {
"apostrophe": "^2.72.3",
"csv-stringify": "^5.1.0",
"mocha": "^5.2.0",
"request": "^2.88.0",
"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"
}
}