-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 1002 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "ginger-grid",
"version": "2.3.1",
"description": "A minimal flexbox grid system named after a cute dog with no dependencies!",
"main": "ginger.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier . --write",
"release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erwstout/ginger.git"
},
"keywords": [
"Grid",
"Flexbox",
"Flex",
"Box",
"framework"
],
"author": "Eric Stout <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/erwstout/ginger/issues"
},
"homepage": "https://github.com/erwstout/ginger#readme",
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.7",
"husky": "^4.2.5",
"prettier": "2.0.5",
"semantic-release": "^19.0.3"
},
"dependencies": {}
}