-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
53 lines (53 loc) · 1.08 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
50
51
52
53
{
"name": "gulp-compass",
"version": "2.1.0",
"description": "Compile Compass files",
"main": "lib",
"repository": {
"type": "git",
"url": "git://github.com/appleboy/gulp-compass.git"
},
"keywords": [
"gulp",
"gulpplugin",
"compass",
"scss",
"sass",
"css",
"compile",
"preprocessor",
"style"
],
"author": "Bo-Yi Wu",
"license": "MIT",
"bugs": {
"url": "https://github.com/appleboy/gulp-compass/issues"
},
"homepage": "https://github.com/appleboy/gulp-compass",
"dependencies": {
"gulp-util": "^3.0.4",
"through2": "^2.0.1",
"which": "^1.1.1"
},
"devDependencies": {
"coveralls": "^2.11.2",
"del": "^2.2.1",
"gulp": "^3.8.10",
"gulp-istanbul": "^1.0.0",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.2.1",
"gulp-mocha": "^3.0.0",
"iconv-lite": "^0.4.7",
"jshint-reporter-jscs": "^0.1.0",
"map-stream": "0.0.5",
"mocha": "^3.0.0",
"should": "^11.0.0"
},
"engines": {
"node": ">= 4"
},
"scripts": {
"test": "gulp"
}
}