-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 1.03 KB
/
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
32
33
34
35
36
37
38
{
"name": "busterbenson.com",
"version": "1.0.0",
"description": "busterbenson.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"algolia": "atomic-algolia"
},
"repository": {
"type": "git",
"url": "git+https://github.com/busterbenson/buster-wiki.git"
},
"author": "Buster Benson",
"license": "ISC",
"bugs": {
"url": "https://github.com/busterbenson/buster-wiki/issues"
},
"homepage": "https://github.com/busterbenson/buster-wiki",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-responsive-images": "^1.10.1"
},
"dependencies": {
"ajv": "^6.10.1",
"atomic-algolia": "^0.3.17",
"instantsearch.js": "^3.5.4",
"netlify-lambda": "^1.5.0",
"mixin-deep": ">=1.3.2",
"serialize-javascript": ">=2.1.1"
}
}