-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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
{
"name": "yellowpage_data_building",
"version": "1.0.0",
"type": "module",
"scripts": {
"gulp": "gulp --gulpfile src/gulpfile.js --cwd ./",
"buildJson": "npm run gulp buildJson",
"buildVcard": "npm run gulp buildVcard",
"cleanVcard": "npm run gulp cleanVcardOut",
"cleanJson": "npm run gulp cleanJsonOut",
"testVcard": "npx ava src/test.js",
"testJson": "npx ava src/test-json.js",
"radicale": "npm run gulp radicale"
},
"keywords": [],
"author": "",
"license": "Apache 2.0",
"description": "",
"private": "true",
"devDependencies": {
"ava": "^5.3.1",
"concat-with-sourcemaps": "^1.1.0",
"del": "^7.0.0",
"globby": "^13.2.2",
"google-libphonenumber": "^3.2.32",
"gulp": "^4.0.2",
"gulp-ava": "^1.0.0",
"gulp-concat": "^2.6.1",
"gulp-concat-folders": "^1.3.1",
"gulp-rename": "^2.0.0",
"gulp-zip": "^5.1.0",
"image-size": "^1.0.2",
"joi": "^17.9.2",
"js-yaml": "^4.1.0",
"pretty-bytes": "^6.1.1",
"read-chunk": "^4.0.3",
"through2": "^4.0.2",
"vcards-js": "^2.10.0",
"vinyl": "^2.2.0"
}
}