UNPKG

772 BJSONView Raw
1{
2 "name": "poststylus",
3 "version": "0.2.3",
4 "description": "postcss adapter for stylus",
5 "homepage": "http://github.com/seaneking/poststylus",
6 "author": {
7 "name": "Sean King",
8 "email": "sean@simpla.io",
9 "url": "http://simpla.io"
10 },
11 "repository": "seaneking/poststylus",
12 "license": "MIT",
13 "files": [
14 "index.js"
15 ],
16 "keywords": [
17 "poststylus",
18 "postcss",
19 "stylus",
20 "preprocessor"
21 ],
22 "dependencies": {
23 "multi-stage-sourcemap": "^0.2.1",
24 "path": "^0.12.0",
25 "postcss": "^5.0"
26 },
27 "devDependencies": {
28 "chai": "^3.0.0",
29 "css-parse": "^2.0.0",
30 "gulp": "^3.9.0",
31 "gulp-eslint": "^0.14.0",
32 "gulp-mocha": "^2.1.1",
33 "stylus": "^0.53.0"
34 },
35 "scripts": {
36 "test": "gulp check"
37 }
38}