forked from atom/atom-keymap
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.7 KB
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
{
"name": "@pulsar-edit/atom-keymap",
"version": "9.1.0",
"description": "Pulsar's DOM-aware keymap module",
"main": "./src/keymap-manager",
"engines": {
"node": ">=20"
},
"scripts": {
"clean": "rimraf lib && rimraf api.json",
"test": "electron-mocha --renderer --no-sandbox --preload spec/helpers/setup.js spec/*-spec.*",
"test-drive": "SUPPRESS_EXIT=true electron-mocha --no-colors --renderer --interactive --preload spec/helpers/setup.js spec/*-spec.*",
"atomdoc": "grunt shell:update-atomdoc atomdoc",
"rebuild": "electron-rebuild -f -w keyboard-layout"
},
"repository": "https://github.com/pulsar-edit/atom-keymap",
"license": "MIT",
"dependencies": {
"@electron/rebuild": "^3.2.11",
"clear-cut": "^2",
"event-kit": "^1.0.0",
"fs-plus": "^3.0.0",
"grim": "^1.2.1",
"@pulsar-edit/keyboard-layout": "^3.0.5",
"@pulsar-edit/pathwatcher": "^9.0.2",
"property-accessors": "^1",
"season": "^6.0.2"
},
"devDependencies": {
"babel-cli": "6.5.1",
"babel-eslint": "5.0.0-beta10",
"babel-preset-es2015": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"babel-register": "6.5.2",
"chai": "3.5.0",
"coffee-script": "1.7.0",
"coffeelint": "1.16.0",
"debounce": "1.0.0",
"electron": "30.0.9",
"electron-mocha": "^13.1.0",
"eslint": "2.2.0",
"eslint-config-standard": "5.1.0",
"eslint-plugin-promise": "1.0.8",
"eslint-plugin-standard": "1.3.1",
"grunt": "0.4.1",
"grunt-atomdoc": "1.0.0",
"grunt-cli": "0.1.8",
"grunt-contrib-coffee": "0.9.0",
"grunt-shell": "0.2.2",
"lolex": "1.4.0",
"rimraf": "2.2.2",
"sinon": "1.17.3",
"space-pencil": "0.3.0",
"temp": "0.8.3"
}
}