UNPKG

807 BJSONView Raw
1{
2 "name": "trello-helpers",
3 "version": "1.0.23",
4 "description": "Just some functions I need to use",
5 "main": "bin/index.js",
6 "bin": "bin/index.js",
7 "scripts": {
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git@github.com:RichardLitt/trello-helpers.git"
13 },
14 "keywords": [
15 "trello"
16 ],
17 "author": "Richard Littauer",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/RichardLitt/trello-helpers/issues"
21 },
22 "homepage": "https://github.com/RichardLitt/trello-helpers",
23 "dependencies": {
24 "bluebird": "^2.9.30",
25 "epipebomb": "^0.1.1",
26 "lodash": "^3.9.3",
27 "minimist": "^1.1.1",
28 "moment": "^2.10.3",
29 "node-trello": "^1.1.2"
30 },
31 "coordinates": [
32 42.389084,
33 -71.1202283
34 ]
35}