-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
64 lines (64 loc) · 1.66 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "replpad",
"version": "0.14.1",
"description": "Pipes content of files to a node repl whenever they change and adds many more features to enable a highly interactive coding experience.",
"main": "repreprep.js",
"bin": {
"replpad": "./bin/replpad.js"
},
"scripts": {
"test-main": "tap test/",
"test-0.8": "nave use 0.8 npm run test-main",
"test-0.10": "nave use 0.10 npm run test-main",
"test-all": "npm run test-main && npm run test-0.8 && npm run test-0.10",
"test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi"
},
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/replpad.git"
},
"keywords": [
"node",
"repl",
"edit",
"evaluate",
"debug",
"scriptie-talkie",
"jsdoc",
"source",
"doc",
"documentation"
],
"author": "Thorsten Lorenz <[email protected]> (thlorenz.com)",
"license": "MIT",
"dependencies": {
"anchor-markdown-header": "~0.3.2",
"ansicolors": "~0.2.1",
"ansistyles": "~0.1.1",
"cardinal": "~0.4.2",
"chokidar": "~0.12.6",
"escodegen": "0.0.15",
"esprima": "~1.0.3",
"find-parent-dir": "~0.1.0",
"findex": "~0.2.1",
"function-comment": "~0.2.0",
"hasinternet": "0.0.0",
"hermit": "~0.2.2",
"marked": "~0.2.9",
"mkdirp": "~0.3.5",
"mothership": "~0.3.0",
"msee": "~0.1.1",
"opener": "~1.3.0",
"readdirp": "~1.3.0",
"readline-matchtoken": "~0.1.0",
"readline-vim": "~0.3.0",
"request": "~2.12.0",
"require-like": "~0.1.2",
"scriptie-talkie": "~0.4.7",
"xtend": "~2.0.6"
},
"devDependencies": {
"nave": "~0.4.5",
"tap": "~0.4.1"
}
}