forked from ebu/react-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 965 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": "react-tutorial",
"version": "0.0.0",
"description": "This repository contains the material for the react tutorial at EBU DevCon 2015",
"author": "Christopher Chiche and Michael Barroco",
"main": "server/main.js",
"dependencies": {
"csv-string": "~2.3.0",
"express": "~4.14.0",
"npm": "~3.10.8",
"babel": "^6.5.2",
"d3": "^4.2.7",
"http-server": "^0.9.0",
"jquery": "^3.1.1",
"react": "^15.3.2",
"react-bootstrap": "^0.30.5"
},
"devDependencies": {},
"scripts": {
"start": "cd server && node main.js",
"test": "echo \"Error: no test specified\" && exit 1",
"presentation": "babel presentation/example.jsx > presentation/example.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ebu/react-tutorial.git"
},
"license": "BSD 3.0",
"bugs": {
"url": "https://github.com/ebu/react-tutorial/issues"
},
"homepage": "https://github.com/ebu/react-tutorial"
}