-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 960 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": "main.js",
"dependencies": {
"csv-string": "~2.3.0",
"express": "~4.13.3",
"npm": "~2.14.2",
"babel": "^5.8.23",
"d3": "^3.5.6",
"http-server": "^0.8.0",
"jquery": "^2.1.4",
"react": "^0.13.3",
"react-bootstrap": "^0.25.1"
},
"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"
}