summaryrefslogtreecommitdiffstats
path: root/test/node_modules/gitbook-plugin-test-config
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-02-22 10:20:43 +0100
committerSamy Pessé <samypesse@gmail.com>2016-02-22 10:20:43 +0100
commitde234944090dcb2356db1185e3fba7935dc6ee11 (patch)
treecaea58df6961e98c6e9cd59b5ccfef57586936c8 /test/node_modules/gitbook-plugin-test-config
parentb23d3a9f37a225eb418967a19c4ddddbf8a76c63 (diff)
downloadgitbook-de234944090dcb2356db1185e3fba7935dc6ee11.zip
gitbook-de234944090dcb2356db1185e3fba7935dc6ee11.tar.gz
gitbook-de234944090dcb2356db1185e3fba7935dc6ee11.tar.bz2
Change gitignore to commit tests plugins
Diffstat (limited to 'test/node_modules/gitbook-plugin-test-config')
-rw-r--r--test/node_modules/gitbook-plugin-test-config/index.js1
-rw-r--r--test/node_modules/gitbook-plugin-test-config/package.json21
2 files changed, 22 insertions, 0 deletions
diff --git a/test/node_modules/gitbook-plugin-test-config/index.js b/test/node_modules/gitbook-plugin-test-config/index.js
new file mode 100644
index 0000000..f053ebf
--- /dev/null
+++ b/test/node_modules/gitbook-plugin-test-config/index.js
@@ -0,0 +1 @@
+module.exports = {};
diff --git a/test/node_modules/gitbook-plugin-test-config/package.json b/test/node_modules/gitbook-plugin-test-config/package.json
new file mode 100644
index 0000000..74bb953
--- /dev/null
+++ b/test/node_modules/gitbook-plugin-test-config/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "gitbook-plugin-test-config",
+ "version": "1.0.0",
+ "engines": {
+ "gitbook": "*"
+ },
+ "gitbook": {
+ "properties": {
+ "myProperty": {
+ "type": "string",
+ "required": true,
+ "title": "This is a required property"
+ },
+ "myDefaultProperty": {
+ "type": "string",
+ "default": "hello",
+ "title": "This is a required property"
+ }
+ }
+ }
+} \ No newline at end of file