forked from turretcss/turretcss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.24 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "turretcss",
"version": "4.0.3",
"description": "Developed for design. turretcss is a styles and browser behaviour normalisation framework for rapid development of responsive and accessible websites.",
"homepage": "http://turretcss.com/",
"author": "Bigfish.tv",
"license": "MIT",
"style": "turret/turret.css",
"contributors": [
{
"name": "Scott de Jonge",
"email": "scottdj@bigfish.tv",
"url": "http://scottdejonge.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/turretcss/turretcss"
},
"bugs": {
"url": "https://github.com/turretcss/turretcss/issues"
},
"keywords": [
"css",
"postcss",
"cssnext",
"a11y",
"html",
"responsive",
"front-end",
"framework",
"web"
],
"scripts": {
"start": "npm run watch",
"watch": "npm run docs -- -w",
"build": "postcss turret/turret.css -o dist/turretcss.min.css",
"docs": "postcss docs/assets/css/main.css -o docs/dist/docs.css"
},
"devDependencies": {
"cssnano": "^3.10.0",
"postcss-cli": "^3.0.0-beta",
"postcss-cssnext": "^2.8.0",
"postcss-import": "^8.1.2"
},
"peerDependencies": {
"postcss-cssnext": "^2.8.0",
"postcss-import": "^8.1.2"
}
}