-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 818 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 818 Bytes
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
{
"name": "reacting",
"version": "0.1.0",
"description": "",
"main": "bundle.js",
"dependencies": {
"classnames": "^1.1.4",
"flux": "^2.0.1",
"immutable": "^3.6.2",
"react": "^0.12.2",
"reactionary": "^0.9.0"
},
"devDependencies": {
"coffee-loader": "~0.7.2",
"coffee-script": "~1.8.0",
"css-loader": "^0.9.0",
"less": "^1.7.5",
"less-loader": "^0.7.7",
"style-loader": "^0.8.1",
"webpack": "^1.6.0",
"webpack-dev-server": "^1.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --hot --progress --colors"
},
"author": "Tomas Hanacek <tomashanacek@avocode.com>",
"contributors": [
{
"name": "Petr Brzek",
"email": "petr@avocode.com"
}
],
"license": "MIT"
}