-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 872 Bytes
/
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
{
"name": "Restaurant-Reviews",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"gulp": "^3.9.1",
"gulp-image-resize": "^0.13.0",
"gulp-rename": "^1.3.0",
"idb": "^2.1.3",
"include-all": "^1.0.0",
"node-fetch": "^2.6.1",
"rc": "1.0.1",
"sails": "^0.12.13",
"sails-disk": "~0.10.9"
},
"scripts": {
"debug": "node debug app.js",
"start": "node app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/brandy/Restaurant-Reviews.git"
},
"author": "Brandy Lee Camacho",
"linkedIn": "https://www.linkedin.com/in/brandycamacho/",
"email": "brandy@udacity.com",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"gulp-babel": "^7.0.1",
"gulp-watch": "^5.0.0"
}
}