-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.23 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "groceries",
"version": "1.0.0",
"description": "The official repository for the 'groceries' project.",
"main": "gulpfile.js",
"browserslist": [
"defaults",
"not IE 11",
"not IE_Mob 11"
],
"dependencies": {
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"child_process": "^1.0.2",
"exec": "^0.2.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"jest": "^26.2.2",
"moment": "^2.27.0",
"properties-reader": "^2.0.0"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abrobbins90/groceries.git"
},
"keywords": [
"groceries",
"grocery",
"recipe",
"recipes",
"food",
"meal",
"ingredient",
"menu",
"organizer"
],
"author": {
"name": "Andrew Robbins"
},
"contributors": [
{
"name": "Matthew Lancellotti",
"email": "[email protected]",
"url": "http://matthewlancellotti.com/"
}
],
"license": "UNLICENSED",
"private": true,
"bugs": {
"url": "https://github.com/abrobbins90/groceries/issues"
},
"homepage": "https://github.com/abrobbins90/groceries#readme"
}