-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 850 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
{
"name": "travel-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1903Nathan0779/travel-site.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/1903Nathan0779/travel-site/issues"
},
"homepage": "https://github.com/1903Nathan0779/travel-site#readme",
"dependencies": {
"jquery": "^3.1.1",
"normalize.css": "^5.0.0"
},
"devDependencies": {
"autoprefixer": "^6.6.1",
"browser-sync": "^2.18.5",
"gulp": "^3.9.1",
"gulp-postcss": "^6.2.0",
"gulp-watch": "^4.3.11",
"postcss-import": "^9.0.0",
"postcss-mixins": "^5.4.1",
"postcss-nested": "^1.0.0",
"postcss-simple-vars": "^3.0.0"
}
}