UNPKG

1.08 kBJSONView Raw
1{
2 "name": "gulp-stylus",
3 "description": "Stylus plugin for gulp",
4 "version": "1.3.7",
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.12.0",
14 "gulp-util": "^3.0.1",
15 "lodash": "^2.4.1",
16 "replace-ext": "0.0.1",
17 "stylus": "*",
18 "through2": "^0.6.3"
19 },
20 "devDependencies": {
21 "mocha": "*",
22 "should": "*"
23 },
24 "engines": {
25 "node": ">= 0.9.0"
26 },
27 "scripts": {
28 "test": "mocha --reporter spec"
29 },
30 "licenses": {
31 "type": "MIT",
32 "url": "https://github.com/stevelacy/gulp-stylus/raw/master/LICENSE"
33 },
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}