-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 2.81 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 2.81 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"_args": [
[
"jaws-framework@^1.3.3",
"/Users/hosoi/develop/appland/ChatNT/server"
]
],
"_from": "jaws-framework@>=1.3.3 <2.0.0",
"_id": "jaws-framework@1.3.3",
"_inCache": true,
"_installable": true,
"_location": "/jaws-framework",
"_nodeVersion": "0.12.2",
"_npmUser": {
"email": "austen@servant.co",
"name": "ac360"
},
"_npmVersion": "2.7.4",
"_phantomChildren": {},
"_requested": {
"name": "jaws-framework",
"raw": "jaws-framework@^1.3.3",
"rawSpec": "^1.3.3",
"scope": null,
"spec": ">=1.3.3 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/jaws-framework/-/jaws-framework-1.3.3.tgz",
"_shasum": "a39ec50a24117dfb3eb033acacc1fde7fa7d47ab",
"_shrinkwrap": null,
"_spec": "jaws-framework@^1.3.3",
"_where": "/Users/hosoi/develop/appland/ChatNT/server",
"author": {
"email": "austen@servant.co",
"name": "Austen Collins"
},
"bin": {
"jaws": "./bin/jaws"
},
"bugs": {
"url": "https://github.com/jaws-framework/JAWS/issues"
},
"dependencies": {
"async": "^0.9.0",
"aws-sdk": "^2.2.4",
"babelify": "^6.3.0",
"bluebird": "^2.9.34",
"browserify": "^11.0.1",
"chalk": "^1.1.0",
"cli-spinner": "^0.2.1",
"commander": "^2.5.0",
"debug": "^2.2.0",
"dotenv": "^1.2.0",
"download": "^4.2.0",
"insert-module-globals": "^6.5.2",
"jaws-api-gateway-client": "0.11.0",
"keypress": "^0.2.1",
"mkdirp-then": "^1.1.0",
"moment": "^2.10.6",
"node-uuid": "^1.4.2",
"node-zip": "^1.1.0",
"prompt": "^0.2.14",
"readdirp": "^1.4.0",
"rimraf": "^2.4.3",
"shelljs": "^0.5.3",
"shortid": "^2.2.2",
"temp": "^0.8.3",
"uglify-js": "^2.4.24",
"wrench": "^1.5.8"
},
"description": "JAWS is the serverless framework powered by Amazon Web Services.",
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.2.5"
},
"directories": {},
"dist": {
"shasum": "a39ec50a24117dfb3eb033acacc1fde7fa7d47ab",
"tarball": "http://registry.npmjs.org/jaws-framework/-/jaws-framework-1.3.3.tgz"
},
"gitHead": "00025bd7ed163efac049906beaaabbc951ab64d0",
"homepage": "https://github.com/jaws-framework/JAWS",
"keywords": [
"amazon",
"amazon web services",
"api gateway",
"aws",
"aws lambda",
"awsm",
"dynamodb",
"jaws",
"jaws cli",
"jaws framework",
"lambda",
"serverless"
],
"license": "MIT",
"main": "lib/main.js",
"maintainers": [
{
"name": "ac360",
"email": "austen@servant.co"
}
],
"name": "jaws-framework",
"optionalDependencies": {},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/jaws-framework/JAWS.git"
},
"scripts": {
"test": "mocha tests/all"
},
"version": "1.3.3"
}