-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 842 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
{
"name": "start-page",
"version": "2.0.0",
"description": "",
"main": "app.js",
"scripts": {
"postcss": "postcss --config postcss.config.js -w assests/css/main.css -o docs/assests/css/styles.css",
"serve": "browser-sync start --server --files 'docs/*, ./assests/*' --startPath docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Marzdor/start-page.git"
},
"author": "Marzdor",
"bugs": {
"url": "https://github.com/Marzdor/start-page/issues"
},
"homepage": "https://github.com/Marzdor/start-page#readme",
"devDependencies": {
"autoprefixer": "^8.4.1",
"browser-sync": "^2.24.4",
"postcss-cli": "^5.0.0",
"postcss-import": "^11.1.0",
"postcss-nested": "^3.0.0",
"postcss-simple-vars": "^4.1.0"
},
"dependencies": {
"normalize.css": "^8.0.0"
}
}