forked from wiledal/gulp-include
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 896 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
{
"name": "gulp-include",
"version": "1.1.3",
"description": "Makes inclusion of files a breeze. Enables functionality similar to that of snockets / sprockets or other file insertion compilation tools.",
"homepage": "https://github.com/tatundkraft/gulp-include",
"repository": {
"type": "git",
"url": "git://github.com/tatundkraft/gulp-include.git"
},
"main": "./index.js",
"files": [
"index.js"
],
"scripts": {
"test": "mocha"
},
"keywords": [
"gulpplugin"
],
"author": {
"name": "Hugo Wiledal"
},
"contributors": [
{
"name": "Riccardo Caroli"
},
{
"name": "Richard Radermacher"
}
],
"license": "MIT",
"devDependencies": {
"gulp": "~3.3.4",
"mocha": "~1.17.0",
"should": "~2.1.1"
},
"dependencies": {
"event-stream": "~3.1.0",
"glob": "^4.0.0",
"gulp-util": "~2.2.10"
}
}