UNPKG

1.09 kBJSONView Raw
1{
2 "name": "gulp-stylus",
3 "description": "Stylus plugin for gulp",
4 "version": "2.0.2",
5 "homepage": "http://github.com/stevelacy/gulp-stylus",
6 "repository": {
7 "type": "git",
8 "url": "http://github.com/stevelacy/gulp-stylus.git"
9 },
10 "author": "Steve Lacy <me@slacy.me> (http://slacy.me) | Fractal (http://wearefractal.com)",
11 "main": "./index.js",
12 "dependencies": {
13 "accord": "^0.15.2",
14 "gulp-util": "^3.0.3",
15 "lodash": "^3.2.0",
16 "replace-ext": "0.0.1",
17 "stylus": "*",
18 "through2": "^0.6.3",
19 "vinyl-sourcemaps-apply": "^0.1.4"
20 },
21 "devDependencies": {
22 "gulp-sourcemaps": "^1.3.0",
23 "mocha": "^2.1.0",
24 "nib": "^1.0.4",
25 "should": "^4.4.4"
26 },
27 "engines": {
28 "node": ">= 0.9.0"
29 },
30 "scripts": {
31 "test": "mocha --reporter spec"
32 },
33 "license": "MIT",
34 "bugs": {
35 "url": "https://github.com/stevelacy/gulp-stylus/issues"
36 },
37 "directories": {
38 "example": "examples",
39 "test": "test"
40 },
41 "keywords": [
42 "gulp",
43 "stylus",
44 "css",
45 "preprocessor",
46 "gulpplugin",
47 "gulp-plugin"
48 ]
49}