forked from stackcss/sheetify-postcss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 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
{
"name": "sheetify-postcss",
"version": "1.1.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": "^13.1.0",
"dependency-check": "^2.6.0",
"npm-run-all": "^3.0.0",
"postcss-color-function": "^2.0.1",
"pull-test": "^1.2.3",
"sheetify": "^5.1.0",
"standard": "^8.0.0",
"tape": "^4.5.1"
},
"dependencies": {
"defined": "^1.0.0",
"postcss": "^5.1.2",
"resolve": "^1.1.7",
"xtend": "^4.0.1"
}
}