-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 935 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
{
"name": "gulpsmith",
"version": "0.6.0",
"description": "Use gulp plugins in Metalsmith, or Metalsmith plugins in gulp",
"repository": "[email protected]:pjeby/gulpsmith.git",
"homepage": "https://github.com/pjeby/gulpsmith",
"main": "gulpsmith.js",
"files": ["gulpsmith.js"],
"dependencies": {
"clone-stats": "0.0.1",
"highland": "^1.24.1",
"vinyl": "^2.1.0"
},
"peerDependencies": {
"metalsmith": "^0.10||^0.11||^1.0.0||^2.0.0"
},
"devDependencies": {
"chai": "^1.9.1",
"gulp-mocha": "^0.4.1",
"coffee-script": "^1.7.1",
"gulp": "^3.8.0",
"mocha": "^1.18.2",
"gulp-coffee": "^1.4.3",
"sinon": "^1.9.1",
"sinon-chai": "^2.5.0"
},
"scripts": {
"test": "gulp test",
"prepublish": "gulp build"
},
"keywords": [
"gulp",
"gulpplugin",
"gulpfriendly",
"metalsmith"
],
"author": "PJ Eby <[email protected]>",
"license": "ISC"
}