-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
36 lines (36 loc) · 991 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
{
"name": "GithubPulse",
"version": "0.3.10",
"description": "Application to help you remember to contribute every day on Github",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tadeuzagallo/GithubPulse"
},
"author": "Tadeu Zagallo <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-core": "^5.8.29",
"babel-loader": "^5.3.2",
"chart.js": "^1.0.2",
"classnames": "^2.2.0",
"crx": "^3.0.2",
"css-loader": "^0.21.0",
"file-loader": "^0.8.1",
"json-loader": "^0.5.3",
"object-assign": "^4.0.1",
"react": "^0.14.0",
"react-addons-css-transition-group": "^0.14.0",
"react-dom": "^0.14.0",
"react-router": "^1.0.0-rc3",
"style-loader": "^0.13.0",
"stylus": "^0.52.4",
"stylus-loader": "^1.4.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1",
"yabs": "^0.0.3"
}
}