-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
65 lines (65 loc) · 1.58 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
65
{
"name": "run-js",
"version": "2.1.1",
"description": "A prototyping server that just works.",
"main": "lib/index.js",
"bin": {
"run-js": "./bin/run-js"
},
"scripts": {
"test": "standard && NODE_ENV=test nyc tap test/*.js",
"travis-coveralls": "npm test && nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/remixz/run-js.git"
},
"author": "Zach Bruggeman <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/remixz/run-js/issues"
},
"homepage": "https://github.com/remixz/run-js#readme",
"dependencies": {
"ansi_up": "^1.3.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"bole": "^2.0.0",
"brfs": "^1.4.2",
"browserify": "^12.0.1",
"cheerio": "^0.19.0",
"chokidar": "^1.4.2",
"coffeeify": "^2.0.1",
"concat-stream": "^1.5.1",
"escape-html": "^1.0.3",
"express": "^4.13.3",
"garnish": "^5.0.1",
"installify": "^1.0.2",
"levelup": "^1.3.1",
"lodash": "^3.10.1",
"md5-file": "^2.0.4",
"memdown": "^1.1.0",
"mkdirp": "^0.5.1",
"opn": "^3.0.3",
"pretty-bytes": "^3.0.0",
"stdout-stream": "^1.4.0",
"tiny-lr": "^0.2.1",
"tsify": "^0.13.1",
"yargs": "^3.31.0"
},
"devDependencies": {
"async": "^1.5.0",
"coveralls": "^2.11.6",
"nyc": "^5.1.0",
"request": "^2.67.0",
"rimraf": "^2.5.0",
"standard": "^5.4.1",
"tap": "^3.0.0"
},
"standard": {
"ignore": [
"test/scenarios/**"
]
}
}