-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.47 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
{
"name": "site-restaurant-story",
"version": "0.0.1",
"description": "Site Restaurant - Design Story. Un produs WebsiteMarket",
"main": "Gruntfile.js",
"devDependencies": {
"autoprefixer": "^6.3.6",
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-postcss": "^6.1.0",
"gulp-sass": "^3.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-zip": "^4.2.0",
"jquery": "2.2.4",
"mq4-hover-shim": "^0.3.0",
"panini": "^1.3.0",
"rimraf": "^2.5.2"
},
"engines": {
"node": ">=0.10.1"
},
"scripts": {
"deploy" : "gulp clean && gulp build && node deploy",
"start" : "gulp clean && gulp",
"clean" : "gulp clean",
"build" : "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/creare-site/site-restaurant-story"
},
"bugs": {
"url": "https://github.com/creare-site/site-restaurant-story/issues",
"email": "hello@websitemarket.ro"
},
"author": "WebsiteMarket <hello@websitemarket.ro> (https://websitemarket.ro)",
"license": "Commercial",
"private": false,
"dependencies": {
"bulma": "^0.7.4",
"ftp-deploy": "^2.3.3",
"jquery-waypoints": "^2.0.5",
"jquery.counterup": "^2.1.0",
"scrollreveal": "^3.4.0",
"slick-carousel": "^1.8.1",
"wallop": "^2.4.1"
}
}