UNPKG

929 BJSONView Raw
1{
2 "name": "fairmont-helpers",
3 "version": "1.2.1",
4 "description": "Functional and reactive programming for JavaScript.",
5 "files": [
6 "src/",
7 "lib/",
8 "README.md"
9 ],
10 "main": "lib/index.js",
11 "scripts": {
12 "test": "coffee test/index.coffee",
13 "watch": "coffee -o lib/ -cw src/*.*coffee",
14 "prepublish": "coffee -o lib/ -c src/*.*coffee",
15 "postpublish": "(node_modules/.bin/json -f package.json version | xargs -I version git tag -am version version) && git push --tags"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git://github.com/dyoder/fairmont.git"
20 },
21 "keywords": [],
22 "authors": [
23 "Dan Yoder"
24 ],
25 "license": "ISC",
26 "devDependencies": {
27 "amen": "^1.0.0",
28 "coffee-script": "^1.10.0",
29 "json": "^9.0.3"
30 },
31 "dependencies": {
32 "base64-words": "^0.1.1",
33 "fairmont-core": "1.0.x",
34 "fairmont-multimethods": "1.0.x"
35 },
36 "engine": "node >= 6.0.0"
37}