-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
51 lines (51 loc) · 1015 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
43
44
45
46
47
48
49
50
51
{
"name": "livestyle-atom",
"version": "0.2.10",
"description": "Atom plugin for Emmet LiveStyle",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"livestyle",
"css",
"scss",
"less",
"live",
"edit"
],
"author": "Sergey Chikuyonok <[email protected]>",
"license": "ISC",
"dependencies": {
"crc": "^3.4.0",
"deep-equal": "^1.0.1",
"emmet-livestyle": "^0.9.30",
"glob": "^6.0.3",
"livestyle-analyzer": "^1.0.1",
"ws": "^1.0.0"
},
"config": {
"websocketUrl": "ws://127.0.0.1:54000/livestyle"
},
"devDependencies": {
"mocha": "^2.3.4"
},
"repository": {
"type": "git",
"url": "https://github.com/livestyle/atom.git"
},
"providedServices": {
"autocomplete.provider": {
"versions": {
"2.0.0": "getProvider"
}
}
},
"bugs": {
"url": "https://github.com/livestyle/atom/issues"
},
"homepage": "http://livestyle.io",
"directories": {
"test": "test"
}
}