UNPKG

848 BJSONView Raw
1{
2 "name": "@fesk/plugin-pattern-library",
3 "version": "1.0.4",
4 "description": "Atomic design toolkit for Digirati FESK",
5 "main": "index.js",
6 "files": [
7 "_template",
8 "from-template.js",
9 "fesk-metalsmith.js",
10 "lib"
11 ],
12 "scripts": {
13 "test": "echo \"Error: no test specified\" && exit 1"
14 },
15 "dependencies": {
16 "chalk": "^2.3.0",
17 "metalsmith-atomic-design": "1.0.2",
18 "metalsmith-json-schema": "1.0.2",
19 "metalsmith-markdown": "^0.2.1",
20 "metalsmith-paths": "^3.0.1",
21 "metalsmith-permalinks": "^0.5.0",
22 "metalsmith-prism": "^3.1.1",
23 "metalsmith-twig-transform": "1.0.2",
24 "metalsmith-webpack-manifest": "1.0.4",
25 "webpack-manifest-parser": "1.0.2"
26 },
27 "author": "Stephen Fraser <stephen.fraser@digirati.com>",
28 "license": "MIT",
29 "publishConfig": {
30 "access": "public"
31 }
32}