UNPKG

315 BJSONView Raw
1{
2 "name": "gulp-file-version",
3 "version": "1.0.0",
4 "description": "add file's version marker",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "author": "Helex",
10 "license": "ISC",
11 "dependencies": {
12 "glob": "^7.1.1",
13 "through2": "^2.0.2"
14 }
15}