forked from cerebroapp/cerebro-basic-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 873 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
{
"name": "cerebro-basic-apps",
"version": "1.0.12",
"description": "Basic plugin for search and launch applications with Cerebro app",
"license": "MIT",
"repository": "KELiON/cerebro-basic-apps",
"author": {
"name": "Alexandr Subbotin",
"email": "[email protected]",
"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",
"search",
"apps",
"applications"
],
"devDependencies": {
"cerebro-scripts": "^0.0.25",
"rimraf": "^2.6.3"
},
"dependencies": {
"cerebro-tools": "^0.1.0",
"cerebro-ui": "^0.0.16",
"du": "^1.0.0"
}
}