UNPKG

944 BJSONView Raw
1{
2 "name": "@flua/gulp-init",
3 "version": "0.3.7",
4 "description": "Swap values at a pair of indexes",
5 "main": "./dist/index.cjs",
6 "exports": {
7 "import": "./dist/index.mjs",
8 "require": "./dist/index.cjs"
9 },
10 "files": [
11 "dist"
12 ],
13 "publishConfig": {
14 "access": "public"
15 },
16 "scripts": {
17 "pub": "npm publish",
18 "test": "node -r @babel/register test/gulp-init.test.js"
19 },
20 "dependencies": {
21 "@analys/table-init": "^0.6.14",
22 "@ject/rename": "^0.0.17",
23 "gulp": "^4.0.2",
24 "gulp-tap": "^2.0.0"
25 },
26 "repository": {
27 "type": "git",
28 "url": "git+https://github.com/hoyeungw/flua.git"
29 },
30 "keywords": [
31 "gulp",
32 "vinyl",
33 "stream",
34 "buffer"
35 ],
36 "author": "Hoyeung Wong",
37 "license": "MIT",
38 "bugs": {
39 "url": "https://github.com/hoyeungw/flua"
40 },
41 "homepage": "https://github.com/hoyeungw/flua#readme",
42 "gitHead": "0ac8ee35cb2f1d3cad73b80694dfb15bb6c41fa5"
43}