forked from csstools/precss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.12 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
{
"name": "precss",
"version": "0.3.0",
"description": "Use Sass-like markup in your CSS",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"sass",
"variables",
"conditionals",
"ifs",
"thens",
"elses",
"fors",
"nesteds",
"nestings",
"eaches",
"mixins",
"imports",
"extends",
"placeholders"
],
"author": "Jonathan Neal <[email protected]>",
"license": "CC0-1.0",
"repository": {
"type": "git",
"url": "https://github.com/jonathantneal/precss.git"
},
"bugs": {
"url": "https://github.com/jonathantneal/precss/issues"
},
"homepage": "https://github.com/jonathantneal/precss",
"dependencies": {
"postcss": "^4.1.16",
"postcss-advanced-variables": "0.0.4",
"postcss-color-function": "^1.3.2",
"postcss-import": "^6.2.0",
"postcss-media-minmax": "^1.2.0",
"postcss-mixins": "^0.4.0",
"postcss-nested": "^0.3.2",
"postcss-sass-extend": "0.0.1",
"postcss-simple-extend": "^0.3.2",
"postcss-simple-vars": "^0.3.0"
},
"devDependencies": {
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-eslint": "^0.15.0",
"gulp-mocha": "^2.1.3"
},
"scripts": {
"test": "gulp"
}
}