-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 804 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 804 Bytes
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
{
"name": "projet6",
"version": "1.0.0",
"description": "This project is use to display a movie rating",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "sass --watch ./sass/main.scss:./static/css/style.css",
"prefix": "postcss ./static/css/style.css --use autoprefixer -d ./static/css/prefixed/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DelphinePythonique/projet6.git"
},
"keywords": [
"movie",
"rating"
],
"author": "",
"license": "ISC",
"browserslist": "last 4 versions",
"bugs": {
"url": "https://github.com/DelphinePythonique/projet6/issues"
},
"homepage": "https://github.com/DelphinePythonique/projet6#readme",
"dependencies": {
"sass": "^1.51.0"
}
}