-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1012 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
37
38
{
"name": "responsive-web-design",
"version": "1.0.0",
"description": "Presentation Responsive Web Desgin",
"main": "index.js",
"scripts": {
"start": "npm run open",
"open": "concurrently \"browser-sync start --server --files '**/*.css, **/*.html, **/*.js, !node_modules/**/*' --directory --port 2024\" \"open http://localhost:2024\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/dsc-fptu-hcmc/responsive-web-design.git"
},
"keywords": [
"RWD",
"Responsive",
"Web",
"Design",
"@media",
"queries",
"flexbox",
"CSS",
"grid",
"CSS",
"units"
],
"author": "Quang Dat Pham <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/dsc-fptu-hcmc/responsive-web-design/issues"
},
"homepage": "https://github.com/dsc-fptu-hcmc/responsive-web-design#readme",
"devDependencies": {
"browser-sync": "^2.26.3",
"concurrently": "^4.1.0",
"run-script-os": "^1.0.5"
}
}