-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 949 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
{
"name": "backbreeze",
"version": "0.2.16",
"description": "A utility class CSS framework written in Sass.",
"main": "bb.scss",
"scripts": {
"watch": "node-sass src/bb.scss -o dist --output-style expanded --source-map true && node-sass -rw src -o dist --output-style expanded --source-map true",
"build": "node-sass src/bb.scss -o dist --output-style expanded --source-map true",
"patch": "npm version patch && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicolas-cusan/backbreeze.git"
},
"keywords": [
"CSS",
"Sass",
"SCSS",
"utility-classes",
"backbreeze"
],
"author": "Nicolas Cusan",
"license": "MIT",
"bugs": {
"url": "https://github.com/nicolas-cusan/backbreeze/issues"
},
"homepage": "https://github.com/nicolas-cusan/backbreeze#readme",
"devDependencies": {
"del": "^5.1.0",
"node-sass": "^4.14.0"
}
}