forked from wiledal/gulp-include
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 891 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
{
"name": "gulp-include",
"version": "2.3.1",
"description": "Makes inclusion of files a breeze. Enables functionality similar to that of snockets / sprockets or other file insertion compilation tools.",
"homepage": "http://github.com/wiledal/gulp-include",
"repository": {
"type": "git",
"url": "git://github.com/wiledal/gulp-include.git"
},
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"gulpplugin"
],
"author": {
"name": "Hugo Wiledal"
},
"license": "MIT",
"devDependencies": {
"gulp": "~3.3.4",
"mocha": "~1.17.0",
"should": "~2.1.1",
"gulp-sourcemaps": "^1.1.4",
"stream-assert": "^2.0.1"
},
"dependencies": {
"event-stream": "~3.1.0",
"glob": "^5.0.12",
"gulp-util": "~2.2.10",
"source-map": "^0.5.1",
"strip-bom": "^2.0.0",
"vinyl-sourcemaps-apply": "^0.2.0"
}
}