This repository has been archived by the owner on Nov 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.33 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "postcss-basscss",
"version": "0.2.3",
"description": "Postcss plugin for Basscss",
"main": "index.js",
"scripts": {
"test": "standard && mocha test"
},
"keywords": [
"basscss",
"css",
"oocss",
"postcss"
],
"author": "Brent Jackson",
"license": "MIT",
"dependencies": {
"basscss-align": "^1.0.0",
"basscss-background-colors": "^1.0.0",
"basscss-background-images": "0.0.9",
"basscss-base-buttons": "^1.1.0",
"basscss-base-forms": "^2.0.0",
"basscss-base-reset": "^2.0.2",
"basscss-base-tables": "^1.0.0",
"basscss-base-typography": "^2.0.1",
"basscss-border-colors": "^1.0.0",
"basscss-borders": "^2.0.2",
"basscss-btn": "^1.0.1",
"basscss-btn-outline": "^1.0.0",
"basscss-btn-primary": "^1.0.0",
"basscss-button-link": "^1.2.3",
"basscss-button-outline": "^1.1.0",
"basscss-button-sizes": "^1.0.6",
"basscss-button-solid": "^1.0.0",
"basscss-button-transparent": "^1.1.0",
"basscss-color-base": "^2.0.0",
"basscss-color-buttons": "^1.0.1",
"basscss-color-forms": "^3.0.0",
"basscss-color-forms-dark": "^1.1.0",
"basscss-color-input-range": "^1.0.0",
"basscss-color-progress": "^1.0.0",
"basscss-color-tables": "^1.0.2",
"basscss-colors": "^2.0.0",
"basscss-defaults": "^2.0.1",
"basscss-grid": "^1.0.3",
"basscss-highlight": "^0.1.0",
"basscss-input-range": "^1.1.5",
"basscss-positions": "^1.0.4",
"basscss-progress": "^1.0.5",
"basscss-responsive-states": "^1.0.3",
"basscss-responsive-white-space": "0.0.1",
"basscss-table-object": "0.0.7",
"basscss-type-scale": "^1.0.0",
"basscss-ui-utility-groups": "^1.0.1",
"basscss-utility-headings": "0.0.6",
"basscss-utility-layout": "^2.0.3",
"basscss-utility-typography": "^2.0.0",
"basscss-white-space": "^1.1.2",
"flex-object": "^2.0.1",
"basscss": "^7.0.0",
"lodash": "^3.9.1",
"postcss": "^4.1.11",
"postcss-calc": "^4.0.1",
"postcss-color-function": "^1.2.0",
"postcss-custom-media": "^3.0.0",
"postcss-custom-properties": "^3.3.0",
"postcss-import": "^5.2.2",
"postcss-remove-mutations": "^0.1.1",
"specificity": "^0.1.4"
},
"devDependencies": {
"mocha": "^2.2.5",
"standard": "^4.5.2"
},
"standard": {
"globals": [
"describe",
"it"
]
}
}