-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
31 lines (31 loc) · 944 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
{
"name": "papier",
"version": "1.3.1",
"description": "Just another CSS library",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "stylus --include-css --watch src/papier.styl --out dist",
"build": "stylus --include-css src/papier.styl --out dist && myth dist/papier.css dist/papier.css && cleancss dist/papier.css -o dist/papier.min.css",
"serve": "st --no-cache",
"dev": "npm run serve & npm run watch"
},
"author": "Alexander Gugel <alexander.gugel@gmail.com>",
"license": "ISC",
"devDependencies": {
"clean-css": "^2.2.23",
"myth": "^1.2.1",
"st": "^0.5.2",
"stylus": "^0.49.3"
},
"dependencies": {
"normalize.css": "^3.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/alexanderGugel/papier.git"
},
"bugs": {
"url": "https://github.com/alexanderGugel/papier/issues"
},
"homepage": "http://gugel.io/papier/"
}