-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.33 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": "cerebro-github",
"version": "0.2.5",
"description": "Cerebro plugin to get repo and user information from github",
"license": "MIT",
"repository": "tenorz007/cerebro-github",
"author": {
"name": "Chizzy Alaedu",
"email": "tenorz007@outlook.com"
},
"engines": {
"node": ">=6"
},
"scripts": {
"build": "webpack && babili dist -d dist --compact --no-comments",
"debug": "./scripts/debug",
"debug:windows": "scripts\\debug.bat",
"prepublish": "rimraf ./dist && npm run build"
},
"main": "dist/index.js",
"keywords": [
"cerebro",
"cerebro-plugin",
"cerebro-github",
"github"
],
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-loader": "^6.2.8",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babili": "0.0.11",
"cerebro-tools": "^0.1.0",
"css-loader": "^0.26.0",
"file-loader": "^0.10.0",
"json-loader": "^0.5.4",
"node-sass": "^4.5.0",
"react": "^15.4.1",
"rimraf": "^2.6.1",
"sass-loader": "^5.0.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "2.2.1"
},
"dependencies": {
"bulma": "^0.3.2",
"cheerio": "^0.22.0",
"font-awesome": "^4.7.0",
"react-markdown": "^2.4.4",
"react-spinkit": "^2.1.1",
"superagent": "^3.5.0"
}
}