-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 835 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
{
"name": "jawbone-up-dashboard",
"version": "0.0.1",
"description": "A dashboard for visualizing and analyzing Jawbone UP data.",
"scripts": {
"start": "webpack-dev-server --display-error-details"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eviltoylet/jawbone-up-dashboard.git"
},
"keywords": [
"jawbone",
"up",
"dashboard"
],
"author": "Brian Chang",
"license": "MIT",
"bugs": {
"url": "https://github.com/eviltoylet/jawbone-up-dashboard/issues"
},
"homepage": "https://github.com/eviltoylet/jawbone-up-dashboard#readme",
"dependencies": {
"react": "^0.14.3",
"react-calendar-widget": "0.0.2",
"react-dom": "^0.14.3"
},
"devDependencies": {
"jsx-loader": "^0.13.2",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
}
}