-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 753 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 753 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
{
"name": "docsastests.github.io",
"version": "1.0.0",
"description": "Docs as Tests website",
"main": "index.js",
"scripts": {
"postinstall": "gem install jekyll bundler && bundle install",
"start": "bundle exec jekyll serve --livereload --future",
"test": "jekyll build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/docsastests/docsastests.github.io.git"
},
"author": "Manny Silva",
"license": "ISC",
"bugs": {
"url": "https://github.com/docsastests/docsastests.github.io/issues"
},
"homepage": "https://github.com/docsastests/docsastests.github.io#readme",
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.80",
"xml2js": "^0.6.2"
},
"devDependencies": {}
}