forked from doapp-ryanp/serverless-plugin-browserify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 890 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
{
"name": "serverless-plugin-browserify",
"version": "1.0.1",
"description": "Serverless v1.0 plugin that uses Browserify to bundle NodeJS Lambda functions.",
"main": "index.js",
"author": "Ryan Pendergast <[email protected]> (http://rynop.com)",
"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",
"lodash": "^4.16.4",
"xtend": "~4.0.1"
},
"devDependencies": {}
}