-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 915 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
{
"name": "cerebro-files-nav",
"version": "1.0.3",
"description": "Cerebro plugin for file system navigation with previews",
"license": "MIT",
"repository": "KELiON/cerebro-files-nav",
"author": {
"name": "Alexandr Subbotin",
"email": "kelionweb@gmail.com",
"url": "asubbotin.ru"
},
"engines": {
"node": ">=4"
},
"scripts": {
"start": "cerebro-scripts start",
"build": "cerebro-scripts build",
"test": "cerebro-scripts test",
"prepublish": "rimraf ./dist && npm run build"
},
"main": "dist/index.js",
"keywords": [
"cerebro",
"cerebro-extracted-plugin",
"filesystem"
],
"devDependencies": {
"cerebro-scripts": "^0.0.12",
"rimraf": "^2.6.1"
},
"dependencies": {
"cerebro-tools": "^0.1.0",
"cerebro-ui": "^0.0.10",
"du": "0.1.0",
"pdfjs-dist": "1.5.355",
"prismjs": "1.6.0",
"react-markdown": "2.4.2"
}
}