UNPKG

1.44 kBJSONView Raw
1{
2 "name": "opencollective",
3 "version": "1.0.1",
4 "description": "Official Command Line Interface for Open Collective",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/opencollective/opencollective-cli.git"
9 },
10 "scripts": {
11 "test": "npm run clean && npm run build && mocha test --require babel-core/register",
12 "clean": "rm -rf dist && rm -rf test/*package*/node_modules && git checkout test/*package*/package.json || exit 0",
13 "build": "babel --copy-files -d dist/ src/",
14 "prepare": "npm run build"
15 },
16 "bin": {
17 "opencollective": "./dist/bin/opencollective.js",
18 "oc": "./dist/bin/opencollective.js"
19 },
20 "keywords": [
21 "opencollective",
22 "donate",
23 "donation",
24 "fundoss",
25 "npm"
26 ],
27 "author": "Xavier Damman <@xdamman>",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/opencollective/opencollective-cli/issues"
31 },
32 "homepage": "https://github.com/opencollective/opencollective-cli#readme",
33 "dependencies": {
34 "chalk": "1.1.3",
35 "inquirer": "3.0.6",
36 "minimist": "1.2.0",
37 "node-fetch": "1.6.3",
38 "opn": "4.0.2"
39 },
40 "devDependencies": {
41 "babel-cli": "6.24.1",
42 "babel-core": "6.24.1",
43 "babel-polyfill": "6.23.0",
44 "babel-preset-es2015": "6.24.1",
45 "babel-preset-stage-0": "6.24.1",
46 "babel-register": "6.14.0",
47 "chai": "3.5.0",
48 "cross-env": "4.0.0",
49 "mocha": "3.2.0"
50 }
51}