-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 988 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
36
{
"name": "serverless-plugin-browserify",
"version": "1.1.3",
"description": "Serverless v1.0 plugin that uses Browserify to bundle NodeJS Lambda functions.",
"main": "index.js",
"author": "Ryan Pendergast <[email protected]> (http://rynop.com)",
"contributors": [
"Ricardo Nolde <[email protected]>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/doapp-ryanp/serverless-plugin-browserify.git"
},
"keywords": [
"serverless",
"1.0",
"plugin",
"browserify",
"bundle"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/doapp-ryanp/serverless-plugin-browserify/issues"
},
"homepage": "https://github.com/doapp-ryanp/serverless-plugin-browserify#readme",
"dependencies": {
"archiver": "~1.1.0",
"bluebird": "~3.4.6",
"browserify": "~13.1.1",
"fs-extra": "~0.30.0",
"glob-all": "^3.1.0",
"lodash.union": "4.6.0",
"xtend": "~4.0.1"
},
"devDependencies": {}
}