-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·55 lines (55 loc) · 1.42 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
{
"name": "Restaurant-Reviews",
"private": true,
"version": "1.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"grunt-favicons": "^0.8.0",
"gulp-htmlmin": "^5.0.1",
"idb": "^2.1.3",
"include-all": "^1.0.0",
"rc": "1.0.1",
"sails": "^0.12.13",
"sails-disk": "~0.10.9",
"serve": "^10.1.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"browser-sync": "^2.24.7",
"csslint": "^1.0.5",
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-mkdir": "~0.1.2",
"grunt-responsive-images": "^1.10.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-grunt": "^0.5.5",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1"
},
"scripts": {
"debug": "node debug app.js",
"start": "node app.js",
"gulp": "gulp",
"gulp-dist": "gulp dist",
"serve": "serve -l 8000 dist"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/brandy/Restaurant-Reviews.git"
},
"author": "Aneesa Saleh"
}