-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 754 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 754 Bytes
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
{
"name": "postcss-crip",
"version": "0.0.0",
"description": "PostCSS plugin Shorthand properties for Crips too lazy to write",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"shorthand",
"crip"
],
"author": "Johnie Hjelm <johnie.hjelm@symbio.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/johnie/postcss-crip.git"
},
"bugs": {
"url": "https://github.com/johnie/postcss-crip/issues"
},
"homepage": "https://github.com/johnie/postcss-crip",
"dependencies": {
"postcss": "^4.1.13"
},
"devDependencies": {
"chai": "^3.0.0",
"gulp": "^3.9.0",
"gulp-eslint": "^0.14.0",
"gulp-mocha": "^2.1.2"
},
"scripts": {
"test": "gulp"
}
}