UNPKG

1.19 kBJSONView Raw
1{
2 "name": "idea",
3 "version": "2.0.7",
4 "description": "A lightweight CLI tool and module for keeping ideas in a safe place quick and easy.",
5 "main": "lib/index.js",
6 "bin": {
7 "idea": "./bin/idea"
8 },
9 "dependencies": {
10 "abs": "^1.2.0",
11 "ansi-parser": "^3.0.0",
12 "bug-killer": "^4.2.0",
13 "couleurs": "^5.2.0",
14 "daty": "^1.0.0",
15 "is-there": "^4.3.0",
16 "le-table": "^4.2.0",
17 "r-json": "^1.2.0",
18 "sift": "^3.0.0",
19 "ul": "^5.2.0",
20 "w-json": "^1.3.0"
21 },
22 "devDependencies": {},
23 "scripts": {
24 "test": "echo \"Error: no test specified\" && exit 1"
25 },
26 "repository": {
27 "type": "git",
28 "url": "git@github.com:IonicaBizau/idea.git"
29 },
30 "keywords": [
31 "idea",
32 "keep"
33 ],
34 "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
35 "license": "MIT",
36 "bugs": {
37 "url": "https://github.com/IonicaBizau/idea/issues"
38 },
39 "homepage": "https://github.com/IonicaBizau/idea",
40 "blah": {
41 "h_img": "http://i.imgur.com/BGMt0Ne.png"
42 },
43 "files": [
44 "bin/",
45 "app/",
46 "lib/",
47 "dist/",
48 "src/",
49 "scripts/",
50 "resources/",
51 "menu/",
52 "cli.js",
53 "index.js"
54 ]
55}
\No newline at end of file