forked from metowolf/vCards
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 747 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 747 Bytes
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
{
"name": "vCards",
"version": "1.0.0",
"scripts": {
"build": "npm run gulp build",
"gulp": "gulp --gulpfile src/gulpfile.js --cwd ./",
"test": "npm run gulp test"
},
"repository": "git@github.com:metowolf/vCards.git",
"author": "metowolf <i@i-meto.com>",
"license": "MIT",
"private": true,
"devDependencies": {
"ava": "^2.3.0",
"del": "^5.1.0",
"globby": "^10.0.1",
"gulp": "^4.0.2",
"gulp-ava": "^1.0.0",
"gulp-concat": "^2.6.1",
"gulp-concat-folders": "^1.3.1",
"gulp-rename": "^1.4.0",
"gulp-zip": "^5.0.0",
"image-size": "^0.7.4",
"is-png": "^2.0.0",
"js-yaml": "^3.13.1",
"pretty-bytes": "^5.3.0",
"read-chunk": "^3.2.0",
"vcards-js": "^2.10.0"
}
}