-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.34 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
42
43
44
45
{
"name": "universe",
"version": "1.0.0",
"description": "The universal docker composition of all lacqueristas software",
"main": "index.js",
"scripts": {
"chokidar": "chokidar",
"concurrently": "concurrently",
"hostile": "hostile",
"database:backup": "s3-cli put --acl-public ./origin/tmp/dump/sterile.sql s3://artifacts/10bd8051-dc08-42fc-ba12-3e443e9bfb11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lacqueristas/universe.git"
},
"keywords": [
"docker",
"compose"
],
"author": "Kurtis Rainbolt-Greene <[email protected]> (@krainboltgreen)",
"license": "ISC",
"bugs": {
"url": "https://github.com/lacqueristas/universe/issues"
},
"homepage": "https://github.com/lacqueristas/universe#readme",
"dependencies": {
"babel-eslint": "7.2.3",
"chokidar-cli": "1.2.0",
"concurrently": "3.4.0",
"eslint": "3.19.0",
"eslint-find-rules": "1.14.3",
"eslint-plugin-babel": "4.1.1",
"eslint-plugin-flowtype": "2.34.0",
"eslint-plugin-immutable": "1.0.0",
"eslint-plugin-import": "2.3.0",
"eslint-plugin-jsx-a11y": "5.0.3",
"eslint-plugin-mocha": "4.9.0",
"eslint-plugin-react": "7.0.1",
"fsevents": "1.1.1",
"hostile": "1.3.0",
"npm-check-updates": "2.11.3",
"npm-explicit-deps": "1.0.2",
"s3-cli": "0.13.0"
}
}