-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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": "exalted-3e-tracker",
"private": true,
"version": "0.1.0",
"description": "An initiative-tracker for the Exalted 3E roleplaying game.",
"author": "Andrew Bartkus",
"license": "private",
"homepage": "https://github.com/bartkusa/Ex3eTracker",
"repository": {
"type": "git",
"url": "https://github.com/bartkusa/Ex3eTracker.git"
},
"bugs": {
"url": "https://github.com/bartkusa/Ex3eTracker/issues"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"css-loader": "^0.23.1",
"json-loader": "^0.5.4",
"less-loader": "^2.2.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.14"
},
"dependencies": {
"bluebird": "^3.3.4",
"lodash": "^4.6.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-flip-move": "^1.2.0",
"react-modal": "^0.6.1",
"reflux": "^0.3.0"
},
"main": "./js/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}