1 | {
|
2 | "name": "gulp-stylus",
|
3 | "description": "Stylus plugin for gulp",
|
4 | "version": "3.0.1",
|
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)",
|
11 | "main": "./index.js",
|
12 | "dependencies": {
|
13 | "accord": "^0.30.0",
|
14 | "lodash.assign": "^4.2.0",
|
15 | "plugin-error": "^2.0.1",
|
16 | "replace-ext": "2.0.0",
|
17 | "stylus": "^0.59.0",
|
18 | "through2": "^4.0.2",
|
19 | "vinyl-sourcemaps-apply": "^0.2.1"
|
20 | },
|
21 | "devDependencies": {
|
22 | "gulp-sourcemaps": "^3.0.0",
|
23 | "mocha": "^10.1.0",
|
24 | "should": "^13.2.3",
|
25 | "vinyl": "^3.0.0"
|
26 | },
|
27 | "engines": {
|
28 | "node": ">= 4.2.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 | }
|