-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.02 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.02 KB
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": "surview.github.io",
"private": "true",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"clean-css": "^3.4.20",
"font-awesome": "^4.7.0",
"http-server": "^0.9.0",
"livereload": "^0.4.1",
"node-sass": "^3.10.1",
"nodemon": "^1.11.0",
"nude-scss": "^1.0.0"
},
"scripts": {
"styles": "echo '=> styles' && node-sass -q styles.scss -o . && cleancss styles.css -o styles.min.css",
"styles:watch": "nodemon -q -e scss -x 'npm run styles'",
"watch": "http-server & livereload & npm run styles:watch",
"start": "npm run watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/surview/surview.gitlab.io.git"
},
"author": "Filip Hallqvist <filiphallqvist@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/surview/surview.gitlab.io/issues"
},
"homepage": "https://gitlab.com/surview/surview.gitlab.io#README"
}