-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) · 928 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
{
"name": "metalsmith-textile",
"description": "A Metalsmith plugin to convert textile files.",
"version": "0.0.1",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"textile-js": "~0.1.8",
"debug": "~0.7.4"
},
"devDependencies": {
"mocha": "1.x",
"metalsmith": "0.x",
"assert-dir-equal": "0.x"
},
"readme": "\n# metalsmith-textile\n\n A Metalsmith plugin to convert textile files.\n\n## Installation\n\n $ npm install metalsmith-textile\n\n## CLI Usage\n\n Install via npm and then add the `metalsmith-textile` key to your `metalsmith.json` plugins, like so:\n\n```json\n{\n \"plugins\": {\n \"metalsmith-textile\": {}\n }\n}\n```\n\n## Javascript Usage\n## License\n\n MIT",
"readmeFilename": "Readme.md",
"bugs": {
"url": "https://github.com/segmentio/metalsmith-textile/issues"
},
"_id": "[email protected]",
"_from": "metalsmith-textile@"
}