-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 989 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
34
35
36
37
38
39
40
41
{
"name": "quack",
"version": "0.0.2",
"description": "ambitious lil bro of Slack",
"main": "./web/static/js/app.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/rorysaur/quack"
},
"author": "Rory Ou <ou.rory@gmail.com> (http://github.com/rorysaur)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rorysaur/quack/issues"
},
"homepage": "https://github.com/rorysaur/quack",
"devDependencies": {
"css-loader": "^0.15.1",
"jest-cli": "^0.4.13",
"jsx-loader": "^0.13.2",
"node-bourbon": "^4.2.3",
"node-libs-browser": "^0.5.2",
"node-neat": "^1.7.2",
"node-sass": "^3.2.0",
"sass-loader": "^1.0.2",
"style-loader": "^0.12.3",
"webpack": "^1.9.12"
},
"dependencies": {
"flux": "^2.0.3",
"object-assign": "^3.0.0",
"react": "^0.13.3",
"react-router": "^0.13.3",
"superagent": "^1.4.0"
}
}