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

Commit ea690af

Browse files
Merge pull request #2 from raphaelokon/master
Create package.json
2 parents 701ef44 + f09d896 commit ea690af

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-mustache-base",
3+
"version": "3.0.0",
4+
"description": "The Mustache-based minimal StarterKit for Pattern Lab.",
5+
"main": "README.md",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/pattern-lab/starterkit-mustache-base.git"
9+
},
10+
"keywords": [
11+
"Pattern Lab",
12+
"Atomic Design",
13+
"Mustache",
14+
"Starterkit"
15+
],
16+
"author": "Dave Olsen",
17+
"license": "MIT",
18+
"bugs": {
19+
"url": "https://github.com/pattern-lab/starterkit-mustache-base/issues"
20+
},
21+
"homepage": "https://github.com/pattern-lab/starterkit-mustache-base#readme"
22+
}

0 commit comments

Comments
 (0)