forked from evanshunt/ui-editable-table
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
31 lines (31 loc) · 829 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
{
"name": "contentful-tables",
"version": "1.0.0",
"description": "A Contentful UI-Extension to add editable tabular data",
"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": "https://github.com/AnalogMemory/contentful-tables.git"
},
"keywords": [
"contentful",
"extension",
"tables"
],
"author": "Alex M<[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AnalogMemory/contentful-tables/issues"
},
"homepage": "https://github.com/AnalogMemory/contentful-tables#readme",
"devDependencies": {
"contentful-extension-cli": "^2.0.0"
}
}