-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.2 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
{
"name": "final-fantasy-all-the-bravest-in-rx",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --watch",
"start": "browser-sync start --server --files 'bundle.js'",
"test": "mocha-webpack 'src/**/*.test.js'",
"browsersync": "browser-sync start --proxy 'localhost:3000' --files 'bundle.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JesterXL/Final-Fantasy-All-The-Bravest-in-RX.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/JesterXL/Final-Fantasy-All-The-Bravest-in-RX/issues"
},
"homepage": "https://github.com/JesterXL/Final-Fantasy-All-The-Bravest-in-RX#readme",
"devDependencies": {
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"browser-sync": "^2.18.8",
"mocha": "^3.2.0",
"mocha-webpack": "^1.0.0-beta.1",
"webpack": "^2.2.1"
},
"dependencies": {
"final-fantasy-6-algorithms": "^1.0.1",
"gsap": "^1.19.1",
"howler": "^2.0.3",
"lodash": "^4.17.4",
"pixi.js": "^4.4.2",
"quicksettings": "^3.0.1",
"redux": "^3.6.0",
"redux-logger": "^3.0.1"
}
}