-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 905 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 905 Bytes
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-content-filter",
"version": "0.0.0",
"description": "Gulp plugin to filter files by content",
"main": "./index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EdtechFoundry/gulp-content-filter.git"
},
"keywords": [
"gulp",
"filter"
],
"author": {
"name": "Kenneth Lynne",
"email": "kenneth.lynne@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/EdtechFoundry/gulp-content-filter/issues"
},
"homepage": "https://github.com/EdtechFoundry/gulp-content-filter#readme",
"dependencies": {
"gulp-util": "^3.0.5",
"through2": "^2.0.0",
"vinyl": "^0.5.0"
},
"devDependencies": {
"chai": "^1.9.1",
"gulp": "^3.9.0",
"gulp-jshint": "^1.8.4",
"gulp-mocha": "^1.0.0",
"jshint-stylish": "^0.4.0",
"mocha": "^1.21.4"
}
}