UNPKG

1.1 kBJSONView Raw
1{
2 "name": "gulp-loader",
3 "version": "1.1.0",
4 "description": "Gulp plugin that wraps gulp and loads tasks as seperate files from a gulp folder",
5 "main": "index.js",
6 "scripts": {
7 "install": "cd ./test && npm install && cd ..",
8 "test": "node ./test/spec.js | tap-spec"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/call-a3/gulp-tasks.git"
13 },
14 "keywords": [
15 "gulp",
16 "gulpplugin"
17 ],
18 "author": "Adriaan Callaerts <adriaan.callaerts@gmail.com>",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/call-a3/gulp-tasks/issues"
22 },
23 "homepage": "https://github.com/call-a3/gulp-tasks",
24 "dependencies": {
25 "coffee-script": "^1.8.0",
26 "del": "^1.1.0",
27 "extend": "^2.0.0",
28 "gulp": "^3.8.10",
29 "gulp-plumber": "^0.6.6",
30 "gulp-util": "^3.0.1",
31 "minimist": "^1.1.0",
32 "semver": "^4.1.0"
33 },
34 "devDependencies": {
35 "graceful-fs": "^3.0.4",
36 "mkdirp": "^0.5.0",
37 "mocha": "^2.0.1",
38 "q": "^1.1.2",
39 "rimraf": "^2.2.8",
40 "should": "^4.3.0",
41 "tap-spec": "^2.1.0",
42 "tape": "^3.0.3"
43 }
44}