-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 815 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 815 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
{
"name": "gulp-hypher",
"version": "1.0.3",
"description": "Preprocess HTML with Hypher",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha tests.js*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bobwallis/gulp-hypher.git"
},
"keywords": [
"gulp",
"gulpplugin",
"hyphenation",
"hypher",
"html"
],
"author": "Robert Wallis",
"license": "MIT",
"bugs": {
"url": "https://github.com/bobwallis/gulp-hypher/issues"
},
"homepage": "https://github.com/bobwallis/gulp-hypher#readme",
"dependencies": {
"cheerio": "^0.19.0",
"gulp-util": "^3.0.6",
"hypher": "^0.2.0",
"through2": "^2.0.0"
},
"devDependencies": {
"chai": "^3.2.0",
"hyphenation.en-gb": "^0.2.1",
"mocha": "^2.2.5"
}
}