forked from charbelrami/grid-element
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 868 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 868 Bytes
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
{
"name": "grid-element",
"version": "0.4.2",
"description": "Responsive grid element using Polymer and Flexbox",
"main": "grid-element.html",
"scripts": {
"serve": "polyserve",
"lint": "polylint grid-element.html grid-col.html",
"preversion": "npm run lint",
"version": "git add -A .",
"postversion": "git push --follow-tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/charbelrami/grid-element.git"
},
"keywords": [
"grid",
"flexbox",
"polymer",
"web-component",
"web-components"
],
"author": "Charbel Rami",
"license": "MIT",
"bugs": {
"url": "https://github.com/charbelrami/grid-element/issues"
},
"homepage": "https://github.com/charbelrami/grid-element#readme",
"devDependencies": {
"polylint": "^2.10.0",
"polyserve": "^0.7.1"
}
}