UNPKG

1.16 kBJSONView Raw
1{
2 "name": "replpad",
3 "version": "0.8.2",
4 "description": "Pipes content of files to a node repl whenever they change to enable a highly interactive coding experience.",
5 "main": "repreprep.js",
6 "bin": {
7 "replpad": "./bin/replpad.js"
8 },
9 "scripts": {
10 "test": "tap test/"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/thlorenz/replpad.git"
15 },
16 "keywords": [
17 "node",
18 "repl",
19 "edit",
20 "evaluate",
21 "debug",
22 "scriptie-talkie"
23 ],
24 "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
25 "license": "MIT",
26 "dependencies": {
27 "escodegen": "0.0.15",
28 "esprima": "~1.0.2",
29 "readdirp": "~0.2.2",
30 "require-like": "~0.1.2",
31 "cardinal": "~0.3.1",
32 "ansicolors": "~0.2.1",
33 "hermit": "~0.2.0",
34 "ansistyles": "~0.1.0",
35 "request": "~2.12.0",
36 "mkdirp": "~0.3.4",
37 "readline-vim": "~0.3.0",
38 "readline-matchtoken": "~0.1.0",
39 "anchor-markdown-header": "~0.3.1",
40 "find-parent-dir": "~0.1.0",
41 "xtend": "~2.0.6",
42 "scriptie-talkie": "~0.4.6",
43 "findex": "~0.2.1"
44 },
45 "devDependencies": {
46 "tap": "~0.4.1",
47 "trap": "~0.3.2"
48 }
49}