-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.21 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
54
55
{
"name": "contwidgetor",
"version": "0.0.3",
"description": "Get your bitbucket and github contributions",
"main": "lib/index.js",
"scripts": {
"start": "lib/index.js",
"prepublish": "./node_modules/.bin/babel -d lib src/"
},
"files": [
"src/",
"lib/",
"Example/",
"LICENSE"
],
"keywords": [
"react",
"github",
"bitbucket",
"open-source",
"react-component",
"widget"
],
"author": "Jeremy Dagorn",
"bugs": {
"url" : "https://github.com/jrm2k6/contwidgetor/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/jrm2k6/contwidgetor"
},
"devDependencies": {
"babel-cli": "^6.2.0",
"babel-core": "^6.2.1",
"babel-plugin-transform-react-jsx": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"mocha": "^2.3.4"
},
"dependencies": {
"async": "^1.4.2",
"contwidgetor-ui": "0.0.3",
"cron": "^1.0.9",
"dotenv": "^1.2.0",
"http": "0.0.0",
"lodash": "^3.10.1",
"lokijs": "^1.3.10",
"moment": "^2.10.6",
"oauth": "^0.9.14",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"request": "^2.64.0"
}
}