-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 956 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
33
34
35
36
37
38
39
{
"name": "gulp-linker",
"description": "Autoinsert script tags in an html file",
"version": "0.1.7",
"homepage": "https://github.com/filipsobczak/gulp-linker",
"contributors": [
"Filip Sobczak <[email protected]> (http://filipsobczak.com)",
"Zolmeister <[email protected]> (http://zolmeister.com)",
"scott-laursen <[email protected]> (www.addgo.com)"
],
"repository": {
"type": "git",
"url": "https://github.com/filipsobczak/gulp-linker.git"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"gulp-clean": "~0.2.4",
"gulp-jshint": "~1.5.0",
"gulp-nodeunit": "0.0.3"
},
"dependencies": {
"gulp-nodeunit": "0.0.3",
"through2": "~0.4.1",
"gulp-util": "~2.2.14",
"xtend": "~2.1.2",
"gulp-concat": "~2.1.7",
"glob": "~3.2.9"
},
"keywords": [
"gulpplugin"
],
"readmeFilename": "README.md",
"license": "MIT"
}