-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 815 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "labs",
"version": "1.0.0",
"description": "#### Collection of experiments by FLUUUID team",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "aws s3 sync . s3://fluuu.id/labs --profile fluuuid --exclude \"*.git/*\" --exclude \"*/yarn.lock\" --exclude \"*/.DS_Store\" --exclude \"*/.gitignore\" --exclude \"node_modules/*\" --exclude \"*/node_modules/*\" --exclude \"npm-debug.log\" --exclude \"*/jspm_packages/*\" --delete"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fluuuid/labs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fluuuid/labs/issues"
},
"homepage": "https://github.com/fluuuid/labs#readme",
"dependencies": {
"aws-sdk": "^2.278.1"
}
}