UNPKG

1 kBJSONView Raw
1{
2 "name": "@pendulum/gulp-tools",
3 "version": "1.9.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 "devDependencies": {
20 },
21 "dependencies": {
22 "del": ">=3.0.0",
23 "gulp-better-rollup": "^3.4.0",
24 "gulp-sass": ">=4.0.2",
25 "gulp-typescript": "^5.0.0",
26 "rollup-plugin-babel": "^4.3.2",
27 "rollup-plugin-commonjs": "^9.2.0",
28 "rollup-plugin-node-resolve": "^4.0.1",
29 "browser-sync": "^2.26.3",
30 "gulp-cached": "^1.1.1"
31 },
32 "peerDependencies": {
33 "@babel/preset-env": "^7.3.1",
34 "@babel/core": "^7.3.3",
35 "@babel/plugin-transform-runtime": "^7.2.0",
36 "gulp": ">=4.0.0"
37 }
38}