UNPKG

1.29 kBJSONView Raw
1{
2 "name": "condensation",
3 "version": "0.2.9",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "./node_modules/.bin/mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/sungardas/condensation.git"
12 },
13 "author": {
14 "name": "Kevin McGrath",
15 "email": "kevin.mcgrath@sungardas.com"
16 },
17 "dependencies": {
18 "aws-sdk": "^2.0.17",
19 "backoff": "^2.4.0",
20 "del": "^1.1.1",
21 "event-stream": "^3.3.0",
22 "fs-extra": "^0.18.0",
23 "glob": "^5.0.5",
24 "gray-matter": "^2.0.0",
25 "gulp": "^3.8.10",
26 "gulp-cached": "^1.0.4",
27 "gulp-gzip": "^1.0.0",
28 "gulp-if": "^1.2.5",
29 "gulp-json-format": "^1.0.0",
30 "gulp-jsonlint": "^1.0.1",
31 "gulp-rename": "^1.2.0",
32 "gulp-tar": "^1.2.0",
33 "gulp-util": "^3.0.1",
34 "handlebars": "^3.0.0",
35 "lazypipe": "^0.2.3",
36 "lodash": "^3.4.0",
37 "merge-stream": "^0.1.6",
38 "rimraf": "^2.3.2",
39 "through2": "^0.6.3",
40 "vinyl": "^0.4.6"
41 },
42 "license": "ISC",
43 "bugs": {
44 "url": "https://github.com/sungardas/condensation/issues"
45 },
46 "homepage": "https://github.com/sungardas/condensation",
47 "devDependencies": {
48 "async": "^0.9.0",
49 "clone": "^1.0.1",
50 "coveralls": "^2.11.2",
51 "istanbul": "^0.3.7",
52 "mocha": "^2.2.0"
53 }
54}