-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 827 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
{
"name": "cerebro-linux-system-settings",
"version": "0.0.3",
"description": "Direct access to linux system settings (Supports: Gnome3)",
"license": "MIT",
"repository": "juliendangers/cerebro-linux-system-settings",
"author": {
"name": "Julien Crestin",
"email": "[email protected]",
"url": "github.com/juliendangers"
},
"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-plugin"
],
"dependencies": {
"cerebro-tools": "^0.1.8",
"cerebro-ui": "^0.0.16"
},
"devDependencies": {
"cerebro-scripts": "0.0.19",
"rimraf": "^2.6.1"
}
}