forked from segmentio/myth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.36 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
{
"name": "myth",
"version": "1.5.0",
"license": "MIT",
"repository": "git://github.com/segmentio/myth.git",
"description": "A CSS preprocessor that acts like a polyfill for future versions of the spec.",
"main": "lib/index.js",
"bin": {
"myth": "bin/myth"
},
"scripts": {
"test": "make test"
},
"dependencies": {
"autoprefixer-core": "^5.2.1",
"clone-component": "~0.2.2",
"colors": "~0.6.2",
"commander": "^2.1.0",
"is-browser": "^2.0.0",
"node-watch": "~0.3.4",
"pad-component": "~0.0.1",
"postcss": "^4.1.16",
"read-file-stdin": "^0.2.0",
"rework": "^1.0.0",
"rework-calc": "^1.1.0",
"rework-color-function": "^1.0.0",
"rework-custom-media": "~0.1.1",
"rework-font-variant": "1.0.1",
"rework-hex-alpha": "^1.0.0",
"rework-import": "^1.2.0",
"rework-rebeccapurple": "^1.0.1",
"rework-vars": "^3.0.0",
"to-slug-case": "~0.1.2",
"to-space-case": "~0.1.3",
"write-file-stdout": "~0.0.2"
},
"devDependencies": {
"browserify": "^3.46.0",
"mocha": "^1.15.1"
},
"keywords": [
"preprocessor",
"pre-processor",
"postprocessor",
"post-processor",
"rework",
"css",
"pure",
"autoprefixer",
"postcss",
"sass",
"less",
"stylus",
"style",
"gradients",
"variables",
"media queries",
"calc",
"prefixes"
]
}