forked from metowolf/vCards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 821 Bytes
/
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
{
"name": "vcards",
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "npm run gulp build",
"radicale": "npm run gulp radicale",
"gulp": "gulp --gulpfile src/gulpfile.js --cwd ./",
"test": "npx ava src/test.js"
},
"repository": "[email protected]:metowolf/vCards.git",
"author": "metowolf <[email protected]>",
"license": "MIT",
"private": true,
"devDependencies": {
"ava": "^5.3.1",
"del": "^7.0.0",
"globby": "^13.2.2",
"google-libphonenumber": "^3.2.32",
"gulp": "^4.0.2",
"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",
"vcards-js": "^2.10.0"
}
}