-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
49 lines (49 loc) · 1.05 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
41
42
43
44
45
46
47
48
49
{
"name": "gulp-stylus",
"description": "Stylus plugin for gulp",
"version": "3.0.1",
"homepage": "http://github.com/stevelacy/gulp-stylus",
"repository": {
"type": "git",
"url": "http://github.com/stevelacy/gulp-stylus.git"
},
"author": "Steve Lacy <[email protected]> (http://slacy.me)",
"main": "./index.js",
"dependencies": {
"accord": "^0.30.0",
"lodash.assign": "^4.2.0",
"plugin-error": "^2.0.1",
"replace-ext": "2.0.0",
"stylus": "^0.59.0",
"through2": "^4.0.2",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"devDependencies": {
"gulp-sourcemaps": "^3.0.0",
"mocha": "^10.1.0",
"should": "^13.2.3",
"vinyl": "^3.0.0"
},
"engines": {
"node": ">= 4.2.0"
},
"scripts": {
"test": "mocha --reporter spec"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/stevelacy/gulp-stylus/issues"
},
"directories": {
"example": "examples",
"test": "test"
},
"keywords": [
"gulp",
"stylus",
"css",
"preprocessor",
"gulpplugin",
"gulp-plugin"
]
}