UNPKG

726 BJSONView Raw
1{
2 "name": "fairmont-helpers",
3 "version": "3.0.0",
4 "description": "Functional helpers for arrays, objects, strings, and types",
5 "files": [
6 "build/npm"
7 ],
8 "main": "build/npm/lib/index.js",
9 "scripts": {
10 "test": "gulp test"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/pandastrike/fairmont-helpers.git"
15 },
16 "keywords": [],
17 "authors": [
18 "Dan Yoder"
19 ],
20 "license": "ISC",
21 "devDependencies": {
22 "amen": "^2.0.2",
23 "fairmont-build-tools": "^1.0.0",
24 "gulp": "github:gulpjs/gulp#4.0",
25 "power-assert": "^1.4.4",
26 "sinon": "^1.17.4"
27 },
28 "dependencies": {
29 "fairmont-core": "1.0.x",
30 "fairmont-multimethods": "1.0.x"
31 },
32 "engine": "node >= 6.10"
33}