-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 966 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
31
32
33
34
35
36
37
{
"name": "@fermyon/styleguide",
"version": "0.1.8",
"homepage": "https://github.com/fermyon/styleguide",
"author": {
"name": "Ronan Flynn-Curran",
"email": "[email protected]",
"url": "https://fermyon.com"
},
"description": "Re-usable design elements and styles for Fermyon",
"repository": {
"type": "git",
"url": "git+https://github.com/fermyon/styleguide.git"
},
"license": "Apache-2.0",
"keywords": [
"fermyon",
"styleguide",
"sass",
"design",
"responsive"
],
"bugs": {
"url": "https://github.com/fermyon/styleguide/issues"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"nodemon": "^3.0.1",
"sass": "^1.66.1"
},
"scripts": {
"styles": "sass scss/fermyon.scss css/fermyon.css",
"watch": "sass --watch scss/fermyon.scss css/fermyon.css"
}
}