-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 926 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
{
"name": "@craftions/craft-style",
"version": "1.0.0",
"description": "The Web Design Framework by Craftions",
"scripts": {
"sass:build": "sass src/scss/craftstyle.scss:build/css/craftstyle.min.css --style compressed",
"sass:watch": "sass --watch src/scss/craftstyle.scss:build/css/craftstyle.min.css",
"live:test": "concurrently \"npx live-server --no-css-inject\" \"npm run sass:watch\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/CraftionsMC/craft-style.git"
},
"author": "The Craftions Developers",
"contributors": [
"Ben Siebert (mctzock)",
"Jonas (freshvlay)"
],
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/CraftionsMC/craft-style/issues"
},
"homepage": "https://github.com/CraftionsMC/craft-style#readme",
"devDependencies": {
"concurrently": "^6.3.0",
"live-server": "^1.2.1",
"sass": "^1.43.3"
}
}