-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
42 lines (42 loc) · 1.19 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
{
"name": "sheetify-postcss",
"version": "2.0.0",
"description": "postcss transform for sheetify, use all the plugins!",
"main": "index.js",
"scripts": {
"test:unit": "tape test/*.js",
"test:deps": "dependency-check . && dependency-check . --extra --no-dev",
"test:lint": "standard",
"test": "npm-run-all -p test:*",
"example": "browserify example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stackcss/sheetify-postcss.git"
},
"keywords": [],
"author": "Mikey <[email protected]> (http://dinosaur.is)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stackcss/sheetify-postcss/issues"
},
"homepage": "https://github.com/stackcss/sheetify-postcss#readme",
"devDependencies": {
"browserify": "^16.0.0",
"dependency-check": "^3.4.1",
"npm-run-all": "^4.1.5",
"postcss-color-function": "^4.0.1",
"postcss-import": "^12.0.1",
"pull-test": "^1.2.3",
"sheetify": "^7.2.0",
"standard": "^13.0.2",
"tape": "^4.11.0"
},
"dependencies": {
"defined": "^1.0.0",
"postcss": "^7.0.17",
"postcss-load-config": "^2.1.0",
"resolve": "^1.11.1",
"xtend": "^4.0.2"
}
}