UNPKG

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