-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.6 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"generatorVersion": "0.2.21",
"name": "conan",
"version": "0.0.26",
"description": "Barbarically simple framework for building deployment systems.",
"main": "es5/lib/conan.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/FreeAllMedia/conan.git"
},
"keywords": [
"conan",
"aws",
"lambda",
"deploy",
"deployment",
"deployer",
"serverless",
"api",
"gateway",
"amazon",
"web",
"services",
"aurora",
"dynamodb"
],
"author": "Free All Media, LLC",
"contributors": [
{
"name": "nicosommi",
"email": "[email protected]"
},
{
"name": "dcrockwell",
"email": "[email protected]"
},
{
"name": "paulgoggin",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/FreeAllMedia/conan/issues"
},
"homepage": "https://github.com/FreeAllMedia/conan",
"dependencies": {
"flowsync": "^0.1.11",
"incognito": "^0.1.4",
"jargon": "^0.1.22",
"temp": "^0.8.3"
},
"devDependencies": {
"babel": "^6.5.1",
"babel-core": "^6.5.1",
"babel-eslint": "^5.0.0",
"babel-preset-es2015": "^6.5.0",
"chai": "^3.0.0",
"coveralls": "^2.11.2",
"eslint": "2.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-babel-istanbul": "^1.0.0",
"gulp-if": "^2.0.0",
"gulp-istanbul": "^0.10.0",
"gulp-mocha": "^2.1.3",
"gulp-util": "^3.0.6",
"mocha": "^2.2.5",
"sinon": "^1.17.2",
"stream-buffers": "^3.0.0",
"superstack": "0.0.4"
}
}