forked from 2gis/gulp.bless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 799 Bytes
/
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
{
"name": "gulp.bless",
"version": "0.2.1",
"description": "Gulp plugin for CSS Post-Processor Bless",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha test"
},
"repository": {
"type": "git",
"url": "git://github.com/anru/gulp.bless.git"
},
"keywords": [
"gulpplugin",
"bless",
"blesscss",
"gulpfriendly"
],
"author": "Andrey Rublev",
"license": "MIT",
"bugs": {
"url": "https://github.com/anru/gulp.bless/issues"
},
"homepage": "https://github.com/anru/gulp.bless",
"dependencies": {
"through2": "~0.5.1",
"gulp-util": "~2.2.17"
},
"peerDependencies": {
"bless4": "*"
},
"devDependencies": {
"bless4": "~4.10.1",
"mocha": "~1.20.1",
"vinyl": "~0.2.3",
"css": "~2.0.0"
}
}