UNPKG

886 BJSONView Raw
1{
2 "name": "jaxnodenext",
3 "version": "0.1.2",
4 "description": "Command line tool for checking on the next jaxnode meeting",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha tests/commandtests.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/davidfekke/jaxnodenext.git"
12 },
13 "keywords": [
14 "node",
15 "jaxnode",
16 "meeting",
17 "next"
18 ],
19 "author": "David Fekke <davidfekke@gmail.com> (jaxnode.com)",
20 "license": "Apache-2.0",
21 "bin": {
22 "jnn": "./index.js"
23 },
24 "bugs": {
25 "url": "https://github.com/davidfekke/jaxnodenext/issues"
26 },
27 "homepage": "https://github.com/davidfekke/jaxnodenext#readme",
28 "dependencies": {
29 "asciify": "^1.3.5",
30 "asciimo": "^0.3.1",
31 "commander": "^2.9.0",
32 "open": "0.0.5"
33 },
34 "devDependencies": {
35 "chai": "^3.4.1",
36 "mocha": "^2.3.4",
37 "sinon": "^1.17.2"
38 }
39}