-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1020 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
{
"name": "gulp-indexify",
"version": "0.1.1",
"description": "Robustly convert static html files into a form served without file extensions",
"main": "index.js",
"scripts": {
"pretest": "jshint index.js test/*.js",
"test": "node_modules/.bin/mocha"
},
"jshntConfig": {
"node": true
},
"engines": {
"node": ">=0.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phlogisticfugu/gulp-indexify.git"
},
"keywords": [
"gulpplugin",
"gulp"
],
"author": "phlogisticfugu",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/phlogisticfugu/gulp-indexify/issues"
},
"homepage": "https://github.com/phlogisticfugu/gulp-indexify#readme",
"dependencies": {
"extend": "^3.0.0",
"gulp-util": "^3.0.6",
"parse-filepath": "^0.6.3",
"through2": "^2.0.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"jshint": "^2.8.0",
"mocha": "^2.2.5",
"should": "^7.0.2",
"stream-assert-gulp": "^0.4.9"
}
}