UNPKG

654 BJSONView Raw
1{
2 "name": "metalsmith-atomic-design",
3 "version": "1.2.1",
4 "description": "Metalsmith plugin for atomic structure",
5 "main": "index.js",
6 "files": [
7 "lib",
8 "index.js"
9 ],
10 "scripts": {
11 "test": "echo \"Error: no test specified\" && exit 1"
12 },
13 "author": "Stephen Fraser <stephen.fraser@digirati.com>",
14 "license": "MIT",
15 "dependencies": {
16 "metalsmith-collections": "^0.9.0",
17 "metalsmith-copy": "^0.4.1",
18 "metalsmith-data-loader": "^1.1.3",
19 "metalsmith-filemetadata": "^1.0.0",
20 "metalsmith-plugin-kit": "^1.0.1",
21 "metalsmith-twig-transform": "1.2.1"
22 },
23 "publishConfig": {
24 "access": "public"
25 }
26}