UNPKG

1.17 kBJSONView Raw
1{
2 "name": "gulp-file-include",
3 "version": "0.8.0",
4 "description": "a gulp plugin for file include",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha -R spec -t 200 test/*.js",
8 "test-cov": "istanbul cover node_modules/.bin/_mocha -- -R dot -t 200 test/*.js",
9 "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- -R dot -t 200 test/*.js"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/coderhaoxin/gulp-file-include.git"
14 },
15 "keywords": [
16 "gulpplugin",
17 "file",
18 "include",
19 "replace",
20 "gulp",
21 "plugin"
22 ],
23 "author": "haoxin",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/coderhaoxin/gulp-file-include/issues"
27 },
28 "homepage": "https://github.com/coderhaoxin/gulp-file-include",
29 "devDependencies": {
30 "gulp": "*",
31 "istanbul": "*",
32 "markdown": "*",
33 "mocha": "*",
34 "should": "*"
35 },
36 "dependencies": {
37 "concat-stream": "^1.4.7",
38 "event-stream": "^3.2.1",
39 "gulp-util": "^3.0.2",
40 "merge": "^1.2.0"
41 },
42 "files": [
43 "index.js",
44 "Readme.md"
45 ],
46 "directories": {
47 "example": "example",
48 "test": "test"
49 }
50}