-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 666 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 666 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
{
"name": "oris",
"version": "1.0.0",
"description": "A custom css/scss framework",
"main": "src/main.scss",
"scripts": {
"build": "node-sass src/main.scss --precision=6 -q --output-style=compressed > dist/oris.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brocococonut/oris.git"
},
"keywords": [
"scss",
"framework",
"css"
],
"author": "Jake Lees <@brocococonut>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/brocococonut/oris/issues"
},
"homepage": "https://github.com/brocococonut/oris#readme",
"devDependencies": {
"node-sass": "^4.13.1"
}
}