-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "react-git-card",
"version": "0.0.2",
"description": "A react github user card",
"main": "src/index.js",
"scripts": {
"start": "node server.js",
"build": "webpack"
},
"author": "skyinlayer",
"license": "MIT",
"devDependencies": {
"autoprefixer-loader": "~2.0.0",
"babel-core": "~5.5.4",
"babel-eslint": "~4.1.1",
"babel-loader": "~5.1.4",
"css-loader": "~0.14.4",
"eslint": "~1.3.1",
"eslint-plugin-react": "^3.3.1",
"less": "~2.5.1",
"less-loader": "~2.2.0",
"node-libs-browser": "^0.5.2",
"react-hot-loader": "~1.2.7",
"style-loader": "~0.12.3",
"webpack": "~1.9.10",
"webpack-dev-server": "~1.9.0"
},
"peerDependencies": {
"react": "~0.13.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LingyuCoder/react-git-card.git"
},
"keywords": [
"react",
"git",
"card"
],
"bugs": {
"url": "https://github.com/LingyuCoder/react-git-card/issues"
},
"homepage": "https://github.com/LingyuCoder/react-git-card#readme"
}