-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1008 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
{
"name": "@rildev/stylized",
"version": "0.2.0",
"description": "Make your prototypes look good with a standard minimal css stylesheet (< 1Kb)!",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"minify": "uglifycss style.css > style.min.css",
"start": "http-server ./ -o",
"package": "gh-packages ${VERSION-patch} -c \"npm run minify && rm style.css && mv style.min.css style.css && rm -rf index.html assets\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/RilDev/stylized.git"
},
"keywords": [
"style",
"css",
"minimal",
"prototype"
],
"author": "RilDev",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/RilDev/stylized/issues"
},
"homepage": "https://github.com/RilDev/stylized#readme",
"devDependencies": {
"gh-packages": "^0.1.2",
"http-server": "^0.12.3",
"uglifycss": "0.0.29"
},
"dependencies": {
"scrollbooster": "^3.0.2"
}
}