forked from britco/node-sass-globbing
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 828 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
{
"name": "node-sass-globbing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha -R spec test"
},
"repository": {
"type": "git",
"url": "https://github.com/nico/node-sass-globbing.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/nico/node-sass-globbing/issues"
},
"homepage": "https://github.com/nico/node-sass-globbing",
"dependencies": {
"glob": "^7.0.5",
"gulp-util": "^3.0"
},
"devDependencies": {
"chai": "^2.3.0",
"mocha": "^2.2.4",
"gulp-sass": "^2.3.2",
"gulp": "^3.8.11",
"gulp-postcss": "^5.1.10",
"gulp-sourcemaps": "^1.5.2",
"gulp-tap": "^0.1.3",
"mocha": "^2.2.1",
"rimraf": "^2.4.3",
"should": "^8.3.1"
},
"start": "npm test"
}