-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.11 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.11 KB
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
{
"name": "stable",
"version": "1.0.0",
"description": "[](https://app.netlify.com/sites/goofy-euclid-1cd736/deploys) [](https://mybinder.org/v2/git/https%3A%2F%2Fgithub.com%2Fbgoonz%2Fweb-dev-notes-resource-site/HEAD)",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bgoonz/web-dev-notes-resource-site.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bgoonz/web-dev-notes-resource-site/issues"
},
"homepage": "https://github.com/bgoonz/web-dev-notes-resource-site#readme",
"devDependencies": {
"chromatic": "^5.6.3",
"eslint": "^6.0.1",
"eslint-plugin-promise": "^4.2.1",
"lerna": "^3.15.0"
},
"dependencies": {
"algoliasearch": "^4.8.5",
"instantsearch.js": "^4.15.0",
"norch": "^0.8.13",
"site-mapper": "^3.0.2"
}
}