-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "jsconfuy-2015",
"version": "0.0.0",
"description": "Ejemplo de arquitectura FRP para la JSConfUY 2015",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --port 3000 --config webpack.config.js --hot --progress --inline --devtool eval-source-map",
"lint": "eslint ./app/*"
},
"repository": {
"type": "git",
"url": "git://github.com/amplifiedapp/jsconfuy-2015.git"
},
"contributors": [
"Leonardo Garcia Crespo <[email protected]>",
"Sergio Gianazza <[email protected]>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/amplifiedapp/jsconfuy-2015/issues"
},
"homepage": "https://github.com/amplifiedapp/jsconfuy-2015",
"devDependencies": {
"webpack": "1.7.3",
"webpack-dev-server": "1.7.0",
"babel-core": "4.7.16",
"babel-loader": "4.2.0",
"react-hot-loader": "1.2.3",
"eslint": "eslint/eslint",
"babel-eslint": "babel/babel-eslint"
},
"dependencies": {
"baconjs": "0.7.53",
"classnames": "^1.2.0",
"immutable": "3.6.4",
"moment": "^2.9.0",
"react": "0.13.1",
"bluebird": "~2.9.24",
"object-assign": "~2.0.0"
}
}