UNPKG

1.04 kBJSONView Raw
1{
2 "name": "@pendulum/gulp-tools",
3 "version": "1.11.0",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/pendulumagency/gulp-tools.git"
12 },
13 "author": "Stephen Brown",
14 "license": "ISC",
15 "bugs": {
16 "url": "https://github.com/pendulumagency/gulp-tools/issues"
17 },
18 "homepage": "https://github.com/pendulumagency/gulp-tools#readme",
19 "dependencies": {
20 "browser-sync": ">=2.26.3",
21 "del": "^4.0.0",
22 "gulp-better-rollup": "^4.0.1",
23 "gulp-cached": ">=1.1.1",
24 "gulp-sass": ">=4.0.2",
25 "gulp-typescript": "^5.0.1",
26 "gulp-uglify": "^3.0.2",
27 "rollup-plugin-babel": ">=4.3.2",
28 "rollup-plugin-commonjs": "^9.2.2",
29 "rollup-plugin-node-resolve": ">=4.0.1"
30 },
31 "peerDependencies": {
32 "@babel/preset-env": ">=7.4.0",
33 "@babel/core": ">=7.4.0",
34 "@babel/plugin-transform-runtime": ">=7.4.0",
35 "@babel/runtime": ">=7.4.0",
36 "gulp": ">=4.0.0"
37 }
38}