-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
31 lines (31 loc) · 844 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
{
"name": "pinegrow-atom",
"main": "./lib/pinegrow-atom",
"version": "0.3.1",
"description": "Enable live editing with Pinegrow Web Editor. Changes done in Pinegrow are synced to Atom and vice versa. Selecting element in Pinegrow highlights it in Atom. Pressing CTRL+ALT+P in Atom selects the active element in Pinegrow. Pinegrow 2.9 is required.",
"keywords": [
"pinegrow",
"live editing",
"html",
"bootstrap",
"foundation",
"wordpress",
"preview"
],
"repository": "https://github.com/matjaztrontelj/pinegrow-atom",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"atom-space-pen-views": "^2.0.3",
"socket.io-client": "2.1.1"
},
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
}
}