forked from btholt/es6-react-pres
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1 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
45
46
{
"name": "es6React",
"version": "1.0.0",
"description": "Workshop for ES6 React",
"main": "server/app.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "[email protected]:btholt/es6-react-pres"
},
"keywords": [
"es6",
"react",
"workshop",
"fluent",
"oscon"
],
"author": "Brian Holt <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/btholt/es6-react-pres/issues"
},
"homepage": "https://github.com/btholt/es6-react-pres",
"dependencies": {
"font-awesome": "^4.3.0",
"lodash": "^3.6.0",
"omdb-client": "^1.0.6",
"react": "^0.13.1"
},
"devDependencies": {
"aliasify": "^1.7.2",
"babel": "^5.1.11",
"babelify": "^6.0.2",
"browserify": "^9.0.8",
"gulp": "^3.8.11",
"gulp-rename": "^1.2.2",
"koa": "^0.19.1",
"koa-mount": "^1.3.0",
"koa-route": "^2.4.1",
"koa-static": "^1.4.9",
"omdb-client": "^1.0.6",
"vinyl-source-stream": "^1.1.0"
}
}