-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
47
{
"name": "Troubadour",
"version": "0.0.1",
"description": "A dice roll tracker for the Storyteller system",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Haegin/troubadour.git"
},
"author": "Harry Mills",
"license": "ISC",
"bugs": {
"url": "https://github.com/Haegin/troubadour/issues"
},
"homepage": "https://github.com/Haegin/troubadour#readme",
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-2": "^6.3.13",
"exports-loader": "^0.6.2",
"imports-loader": "^0.6.4",
"jsx-loader": "^0.13.2",
"node-sass": "^3.3.2",
"sass-loader": "^2.0.1",
"webpack": "^1.12.0"
},
"dependencies": {
"alt": "^0.18.1",
"alt-react": "0.0.1",
"classnames": "^2.1.3",
"fastclick": "^1.0.6",
"history": "^1.17.0",
"jquery": "^2.1.4",
"lodash": "^4.0.0",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"react-router": "^1.0.3",
"socket.io": "^1.3.6",
"websocket": "^1.0.21",
"whatwg-fetch": "^0.11.0"
}
}