-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
26 lines (26 loc) · 853 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
{
"name": "tawian-frontend",
"version": "2.1.4",
"description": "Simple CSS framework for Tawian",
"main": "tawian-frontend.css",
"style": "tawian-frontend.css",
"files": [
"LICENSE",
"tawian-frontend.css",
"icons.svg"
],
"repository": "maxbeier/tawian-frontend",
"author": "Maximilian Beier",
"license": "MIT",
"keywords": [
"frontend",
"framework"
],
"bugs": "https://github.com/maxbeier/tawian-frontend/issues",
"homepage": "http://maxbeier.github.io/tawian-frontend",
"scripts": {
"build": "sass sass/index.scss --style compressed | postcss --use autoprefixer > tawian-frontend.css",
"watch": "fswatch -o sass/* | xargs -n1 sh -c 'sass sass/index.scss --style compressed | postcss --use autoprefixer > tawian-frontend.css'",
"version": "npm run build; git add tawian-frontend.css"
}
}