forked from contentful-labs/ui-editable-table
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
29 lines (29 loc) · 849 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
{
"name": "cf-contentful-ui-country-select",
"version": "1.0.0",
"description": "Contentful UI extension to easily select countries",
"main": "index.js",
"engines": {
"node": ">=7.6"
},
"scripts": {
"create": "contentful-extension create --space-id ${SPACE_ID}",
"update": "contentful-extension update --space-id ${SPACE_ID} --force"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stefanjudis/contentful-ui-country-select.git"
},
"keywords": [
"contentful"
],
"author": "stefan judis <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stefanjudis/contentful-ui-country-select/issues"
},
"homepage": "https://github.com/stefanjudis/contentful-ui-country-select#readme",
"devDependencies": {
"contentful-extension-cli": "^2.0.0"
}
}