-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.04 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
{
"name": "pp",
"main": "./lib/pp",
"version": "0.0.1",
"description": "PP-PreviewPlus~framework for all previews",
"repository": "https://github.com/skandasoft/pp",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"coffee-script": ">=1.8.0",
"jquery": ">=2.1.3",
"tmp": ">=0.0.24",
"lodash": ">=3.10.1",
"theorist": ">=1.0.2",
"atom-space-pen-views": ">=2.0.3",
"node-uuid": ">=1.4.7"
},
"providedServices": {
"pp": {
"description": "Add Your Preview",
"versions": {
"1.0.0": "provideAddPreview"
}
}
},
"consumedServices": {
"status-bar": {
"versions": {
">=0.0.0": "consumeStatusBar"
}
},
"browser-plus": {
"versions": {
">=0.0.0": "consumeBrowserPlus"
}
},
"project-manager": {
"versions": {
"^2.2.1": "consumeProjectManager"
}
}
},
"keywords": [
"preview",
"preview-plus",
"coffee2js",
"jade",
"markdown",
"quickpreview"
]
}