-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.38 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
{
"name": "particles-spotinst-lambda",
"version": "0.1.0",
"publishConfig": {
"tag": "latest"
},
"description": "Condensation particles for spotinst-lambda",
"scripts": {
"test": "./node_modules/.bin/mocha",
"build": "./node_modules/.bin/gulp condensation:build",
"clean": "./node_modules/.bin/gulp condensation:clean",
"deploy": "./node_modules/.bin/gulp condensation:deploy",
"gulp": "./node_modules/.bin/gulp"
},
"author": {
"name": "Kevin McGrath",
"email": "kevin.mcgrath@sungardas.com"
},
"bugs": {
"url": "https://github.com/sungardas/particles-spotinst-lambda/issues"
},
"homepage": "https://github.com/sungardas/particles-spotinst-lambda",
"repository": {
"type": "git",
"url": "https://github.com/sungardas/particles-spotinst-lambda.git"
},
"keywords": [
"condensation-particles",
"condensation",
"cloudformation",
"cloud",
"formation",
"aws",
"spotinst",
"lambda"
],
"license": "Apache-2.0",
"dependencies": {
"condensation": "^0.5.5",
"config": "^1.20.1",
"git-rev-sync": "^1.6.0",
"gulp": "^3.9.1",
"gulp-git": "^1.7.1",
"gulp-zip": "^3.2.0",
"particles-core": "^0.4.3",
"particles-lambda": "0.1.0-beta.3",
"tar.gz": "^1.0.5",
"vinyl-fs": "^2.4.3"
},
"devDependencies": {
"condensation-particle-tests": "^0.5.1",
"mocha": "^2.4.5"
}
}