forked from MatejKustec/SpinThatShit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.03 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.03 KB
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
{
"name": "spinthatshit",
"version": "1.0.4",
"description": "A set of SCSS mixins for single element loaders and spinners",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile-sass": "node-sass './examples/scss/style.scss' -o './examples/' --output-style expanded",
"bsync": "browser-sync start --server 'examples' --files 'examples' --no-open",
"watch": "nodemon -L --watch ./examples/scss/style.scss --watch ./src/ -e scss -x \"npm run compile-sass\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/MatejKustec/SpinThatShit.git"
},
"keywords": [
"spinthatshit",
"css",
"loaders",
"spinners",
"scss",
"sass"
],
"author": "Matej Kustec",
"license": "MIT",
"bugs": {
"url": "https://github.com/MatejKustec/SpinThatShit/issues"
},
"homepage": "https://github.com/MatejKustec/SpinThatShit#readme",
"devDependencies": {
"node-sass": "^4.12",
"browser-sync": "^2.26",
"nodemon": "^1.19"
}
}