-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 loc) · 845 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
{
"name": "gulp-sass-variables",
"version": "1.2.0",
"description": "Define Sass variables in your gulp task",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/osaton/gulp-sass-variables.git"
},
"keywords": [
"gulpplugin",
"gulp-sass-variables",
"environment variabes",
"sass",
"scss"
],
"author": "osaton",
"license": "ISC",
"bugs": {
"url": "https://github.com/osaton/gulp-sass-variables/issues"
},
"homepage": "https://github.com/osaton/gulp-sass-variables",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-sass": "^2.3.2",
"gulp-tap": "^0.1.3",
"mocha": "^3.0.2",
"should": "^11.1.0"
},
"dependencies": {
"plugin-error": "^1.0.1",
"through2": "^2.0.1"
}
}