UNPKG

929 BJSONView Raw
1{
2 "name": "gulp-loader",
3 "version": "0.1.4",
4 "description": "Gulp plugin that wraps gulp and loads tasks as seperate files from a gulp folder",
5 "main": "index.js",
6 "scripts": {
7 "test": "cd ./test && npm install && cd .. && node ./test/spec.js | tap-spec"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/call-a3/gulp-tasks.git"
12 },
13 "keywords": [
14 "gulp",
15 "gulp-plugin"
16 ],
17 "author": "Adriaan Callaerts <adriaan.callaerts@gmail.com>",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/call-a3/gulp-tasks/issues"
21 },
22 "homepage": "https://github.com/call-a3/gulp-tasks",
23 "dependencies": {
24 "coffee-script-redux": "^2.0.0-beta8",
25 "del": "^0.1.3",
26 "extend": "^2.0.0",
27 "gulp": "^3.8.10",
28 "gulp-plumber": "^0.6.6",
29 "gulp-util": "^3.0.1",
30 "minimist": "^1.1.0"
31 },
32 "devDependencies": {
33 "tap-spec": "^1.0.1",
34 "tape": "^3.0.3"
35 }
36}