-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 KB
/
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
{
"name": "metalsmith-swig-helpers",
"description": "Create some swig helper functions in the swig global.",
"author": "Thiago de Mello Bueno <[email protected]>",
"version": "1.4.2",
"repository": {
"url": "[email protected]:madeofpeople/metalsmith-swig-helpers.git"
},
"keywords": [
"metalsmith",
"metalsmith-plugin",
"swig"
],
"license": "MIT",
"main": "index.js",
"dependencies": {
"debug": "^2.1.1",
"mocha": "^2.2.5",
"rimraf": "^2.4.0",
"swig": "^1.4.2",
"underscore.string": "^2.3.3"
},
"bugs": {
"url": "https://github.com/madeofpeople/metalsmith-swigh-helpers/issues"
},
"homepage": "https://github.com/madeofpeople/metalsmith-swigh-helpers",
"_from": "metalsmith-swig-helpers@",
"scripts": {
"test": "mocha --reporter spec"
},
"devDependencies": {
"assert-dir-equal": "^1.0.1",
"metalsmith": "^1.7.0",
"metalsmith-markdown": "^0.2.1",
"metalsmith-templates": "^0.7.0",
"mocha": "^2.2.5",
"rimraf": "^2.4.0",
"xor-crypt": "0.0.2"
}
}