-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 929 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
{
"name": "aws-b",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npm install && webpack && npm run sync",
"sync": "aws s3 sync ./public s3://serverless-aws --acl \"public-read\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxfadeev/aws-b.git"
},
"author": "Max Fadeev",
"license": "ISC",
"bugs": {
"url": "https://github.com/maxfadeev/aws-b/issues"
},
"homepage": "https://github.com/maxfadeev/aws-b#readme",
"dependencies": {
"react": "^15.3.1",
"react-dom": "^15.3.1",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"eslint": "^3.5.0",
"eslint-plugin-react": "^6.2.2"
}
}