forked from klei/gulp-inject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 987 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
40
41
42
43
44
45
{
"name": "gulp-inject",
"version": "1.2.0",
"description": "A javascript, stylesheet and webcomponent injection plugin for Gulp, i.e. inject file references into your index.html",
"keywords": [
"gulpplugin",
"inject",
"stylesheets",
"webcomponents",
"scripts",
"index"
],
"homepage": "https://github.com/klei/gulp-inject",
"bugs": "https://github.com/klei/gulp-inject/issues",
"author": {
"name": "Joakim Bengtson",
"email": "[email protected]",
"url": "http://joakim.beng.se"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/klei/gulp-inject.git"
},
"scripts": {
"test": "mocha -R spec src/**/*_test.js"
},
"dependencies": {
"gulp-util": "^3.0.0",
"event-stream": "^3.1.0"
},
"devDependencies": {
"mocha": "~2.0.1",
"should": "^4.0.4"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
}