-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 823 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 823 Bytes
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
{
"name": "f-empower",
"version": "4.0.6",
"description": "Utility functions designed for functional programming and composition",
"keywords": [
"functional",
"functional programming",
"functions",
"utility",
"utility belt",
"underscore",
"lodash"
],
"repository": {
"type": "git",
"url": "https://github.com/ognivo/f-empower"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-umd": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"coffee-script": "^1.12.4",
"eslint": "^3.17.1",
"uglify-js": "^2.8.7"
},
"scripts": {
"prepublish": "./build.sh"
},
"author": "Ivan Fedorov <hello@spacegangster.io>",
"license": "MIT",
"main": "./f-empower.umd.js"
}