Skip to content
This repository was archived by the owner on Apr 7, 2019. It is now read-only.

Commit 4f9170b

Browse files
Merge pull request #12 from dennisfrank/master
Add package.json
2 parents 7092a96 + f87565a commit 4f9170b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "starterkit-twig-demo",
3+
"version": "3.0.1",
4+
"description": "Pattern Lab's Demo StarterKit for Twig.",
5+
"main": "README.md",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/pattern-lab/starterkit-twig-demo.git"
9+
},
10+
"keywords": [
11+
"Pattern Lab",
12+
"Atomic Design",
13+
"Twig",
14+
"Starterkit"
15+
],
16+
"author": "Dave Olsen",
17+
"license": "MIT",
18+
"bugs": {
19+
"url": "https://github.com/pattern-lab/starterkit-twig-demo/issues"
20+
},
21+
"homepage": "https://github.com/pattern-lab/starterkit-twig-demo#readme"
22+
}

0 commit comments

Comments
 (0)