-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
42 lines (42 loc) · 845 Bytes
/
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
{
"name": "atom-bugs-legacy",
"version": "0.25.2",
"author": "Williams Medina <williams.medinaa@gmail.com>",
"description": "A Simple Javascript Debugger for Atom",
"keywords": [
"javascript",
"debugger",
"debug",
"atom",
"repl",
"bugs",
"chrome",
"browser",
"willyelm",
"node",
"breakpoint",
"console"
],
"license": "MIT",
"repository": "https://github.com/atom-bugs/atom-bugs",
"main": "lib/main",
"scripts": {
"test": "http-server -a localhost -p 3000 -c-1 ./tests"
},
"engines": {
"atom": ">1.0.0"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"http-server": "^0.9.0",
"standard": "^7.1.2"
},
"standard": {
"parser": "babel-eslint"
},
"dependencies": {
"chokidar": "^1.6.0",
"lodash": "^4.14.1",
"ws": "^1.1.1"
}
}