forked from patrikstorm/iths-java-slutprojekt-htmlcss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 799 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "iths-java-slutprojekt-htmlcss",
"version": "1.0.0",
"description": "Surfa runt på webben och leta inspiration efter en webbplats du vill bygga. Det behöver inte vara något fancy.\r Tänk på att inte göra det för stort, några enstaka sidor räcker gott och väl.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ringoarena/iths-java-slutprojekt-htmlcss.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ringoarena/iths-java-slutprojekt-htmlcss/issues"
},
"homepage": "https://github.com/Ringoarena/iths-java-slutprojekt-htmlcss#readme",
"dependencies": {
"node-sass": "^4.13.1"
}
}