-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.72 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "invoke-if",
"version": "2.1.1",
"description":
"A powerful control-flow invoker based on the structure of ES6 Maps",
"main": "lib/main.js",
"module": "src/main.js",
"author": "Braden R. Napier",
"license": "MIT",
"reveal": true,
"scripts": {
"flow": "flow",
"build":
"cross-env NODE_ENV=production rimraf lib && npm-run-all -p build:**",
"build:main:babel": "babel src --out-dir lib",
"build:main:flow": "flow-copy-source src lib",
"prepublish": "npm-run-all build"
},
"keywords": [
"invoke",
"utility",
"function",
"switch",
"if",
"flow",
"control"
],
"repository": {
"type": "git",
"url": "https://github.com/Dash-OS/invoke-if.git"
},
"bugs": {
"url": "https://github.com/Dash-OS/invoke-if/issues"
},
"devDependencies": {
"app-root-dir": "^1.0.2",
"babel-cli": "^6.24.1",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.0.0",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-minify": "^0.2.0",
"babel-preset-stage-0": "^6.24.1",
"babili-webpack-plugin": "^0.1.1",
"colors": "^1.1.2",
"cross-env": "^5.1.1",
"eslint": "^4.11.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-import": "^2.8.0",
"flow-bin": "^0.59.0",
"flow-copy-source": "^1.2.1",
"happypack": "^3.1.0",
"lodash-webpack-plugin": "^0.11.4",
"npm-run-all": "^4.1.2",
"rimraf": "^2.6.2",
"webpack": "^2.6.1",
"webpack-node-externals": "^1.6.0",
"yargs": "^8.0.1"
},
"dependencies": {}
}