diff --git a/package.json b/package.json new file mode 100644 index 0000000..97ebc74 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "starterkit-mustache-foundation", + "version": "0.1.0", + "description": "A Foundation starter kit for Pattern Lab", + "repository": { + "type": "git", + "url": "git+https://github.com/pattern-lab/starterkit-mustache-foundation.git" + }, + "keywords": [ + "Pattern Lab", + "Atomic Design", + "Mustache", + "Foundation", + "Starterkit" + ], + "author": "Ian Frost", + "license": "MIT", + "bugs": { + "url": "https://github.com/pattern-lab/starterkit-mustache-foundation/issues" + }, + "homepage": "https://github.com/pattern-lab/starterkit-mustache-foundation#readme" +}