UNPKG

469 BJSONView Raw
1{
2 "name": "hero-patterns",
3 "version": "0.6.2",
4 "description": "Patterns from heropatterns.com exported as ES6 functions",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/lowmess/hero-patterns.git"
9 },
10 "author": "Alec Lomas",
11 "license": "MIT",
12 "devDependencies": {
13 "cz-conventional-changelog": "^1.2.0"
14 },
15 "config": {
16 "commitizen": {
17 "path": "./node_modules/cz-conventional-changelog"
18 }
19 }
20}