forked from dvinciinteractive/gulp-inject-version
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 789 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
{
"name": "gulp-inject-version",
"version": "1.0.1",
"description": "Inject a package version into text based files",
"main": "index.js",
"dependencies": {
"gulp-util": "^3.0.3",
"through2": "^0.6.1"
},
"devDependencies": {
"gulp": "^3.8.8"
},
"engines": {
"node": ">= 0.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dvinciinteractive/gulp-inject-version.git"
},
"author": "d'Vinci Interactive <[email protected]> (http://www.dvinci.com/)",
"license": "Proprietary",
"bugs": {
"url": "https://github.com/dvinciinteractive/gulp-inject-version/issues"
},
"homepage": "https://github.com/dvinciinteractive/gulp-inject-version"
}