-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 987 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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "cssplus",
"version": "0.1.1",
"description": "CSSplus is a collection of CSS Reprocessor plugins that dynamically update CSS variables",
"main": "index.js",
"files": [
"aspecty.js",
"cursory.js",
"scrollery.js",
"selectory.js",
"varsity.js",
"xpathy.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomhodgins/cssplus.git"
},
"keywords": [
"Aspecty",
"Cursory",
"Scrollery",
"Selectory",
"Varsity",
"Xpathy",
"CSS",
"reprocessor",
"selector",
"resolver",
"scoped",
"variables",
"cursor",
"scroll",
"selector",
"css",
"XPath",
"aspect",
"ratio",
"variable"
],
"author": "Tommy Hodgins",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomhodgins/cssplus/issues"
},
"homepage": "https://github.com/tomhodgins/cssplus#readme"
}