-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 834 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
{
"name": "github-notetaker-web",
"version": "1.0.0",
"description": "Look up Github users and make notes about them",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anshumanf/GithubNoteTakerWeb.git"
},
"author": "Anshuman Fotedar",
"license": "ISC",
"bugs": {
"url": "https://github.com/anshumanf/GithubNoteTakerWeb/issues"
},
"homepage": "https://github.com/anshumanf/GithubNoteTakerWeb#readme",
"dependencies": {
"react": "^0.13.3",
"react-router": "^0.13.3"
},
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"react-hot-loader": "^1.3.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
}
}