-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 953 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
{
"name": "xtra-redux",
"version": "1.0.0",
"description": "Folder building webapp for megaman battle network. Specifically starting out with megaman battle network 6 but might add the other titles after 6 is done.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"server:test": "npm run test --prefix server",
"server:start": "node ./server/index.js",
"server:seed": "npm run seed --prefix server",
"client:start": "npm run start --prefix client",
"client:build": "npm run build --prefix client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlueAccords/xtra-folder.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/BlueAccords/xtra-folder/issues"
},
"homepage": "https://github.com/BlueAccords/xtra-folder#readme",
"dependencies": {
"react-router-redux": "^5.0.0-alpha.9",
"redux-saga-thunk": "^0.7.1"
}
}