-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 969 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 969 Bytes
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
{
"name": "particles-lambda",
"version": "0.1.0-beta.4",
"publishConfig": {
"tag": "beta"
},
"description": "Particles for Condensation that help build a AWS Lamdba Function",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"author": {
"name": "Sonal Ojha",
"email": "sonal.ojha@sungardas.com"
},
"bugs": {
"url": "https://github.com/sungardas/particles-lambda/issues"
},
"homepage": "https://github.com/sungardas/particles-lambda",
"repository": {
"type": "git",
"url": "https://github.com/sungardas/particles-lambda.git"
},
"keywords": [
"condensation-particles",
"lambda",
"aws",
"cloudformation"
],
"license": "Apache-2.0",
"dependencies": {
"condensation": "^0.5.3",
"config": "^1.20.1",
"git-rev-sync": "^1.6.0",
"gulp": "^3.9.1",
"particles-core": "^0.4.2"
},
"devDependencies": {
"condensation-particle-tests": "^0.5.1",
"mocha": "^2.4.5"
}
}