-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.27 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
{
"name": "github-user-card",
"version": "1.0.0",
"description": "GitHub user information card.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c0ncept/github-user-card.git"
},
"author": "Svetlana Linuxenko <[email protected]> (http://www.linuxenko.pro)",
"license": "MIT",
"bugs": {
"url": "https://github.com/c0ncept/github-user-card/issues"
},
"homepage": "https://github.com/c0ncept/github-user-card#readme",
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel": "^6.5.2",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"chart.js": "^1.0.2",
"css-loader": "^0.23.1",
"es6-shim": "^0.35.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"font-awesome": "^4.5.0",
"moment": "^2.13.0",
"node-sass": "^3.4.2",
"postcss-loader": "^0.8.2",
"precss": "^1.4.0",
"react": "^15.0.1",
"resolve-url": "^0.2.1",
"roboto-fontface": "^0.4.5",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.15",
"whatwg-fetch": "^1.0.0"
}
}