-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 988 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
39
40
41
42
43
{
"name": "gulp-recipe-loader",
"version": "0.1.14",
"description": "Gulp environment with receipe modules autoloading with hooks",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/PGSSoft/gulp-recipe-loader.git"
},
"keywords": [
"PGS",
"gulp",
"gulp-recipe",
"environment",
"autoload"
],
"author": "PGS Front",
"license": "ISC",
"dependencies": {
"event-stream": "^3.2.2",
"findup-sync": "^0.2.1",
"globby": "^2.0.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.1.1",
"lazypipe": "^0.2.2",
"lodash": "^3.3.0",
"multimatch": "^2.0.0",
"parent-require": "^1.0.0",
"run-sequence": "^1.1.0",
"streamqueue": "^1.1.0",
"through2": "^0.6.3"
},
"scripts": {
"test": "jasmine-node ."
},
"devDependencies": {
"chai": "^2.1.1",
"chai-as-promised": "^4.3.0",
"sinon": "^1.13.0",
"sinon-chai": "^2.7.0"
}
}