UNPKG

615 BJSONView Raw
1{
2 "name": "@subiz/flow",
3 "version": "1.0.2",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "build": "npx webpack",
8 "test": "tape"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/subiz/flow.git"
13 },
14 "keywords": [
15 "async"
16 ],
17 "author": "Subiz",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/subiz/flow/issues"
21 },
22 "homepage": "https://github.com/subiz/flow#readme",
23 "devDependencies": {
24 "eslint": "^6.8.0",
25 "prettier-eslint-cli": "^5.0.0",
26 "tape": "^4.13.2",
27 "uglifyjs-webpack-plugin": "^2.2.0",
28 "webpack": "^4.41.6",
29 "webpack-cli": "^3.3.11"
30 }
31}