forked from stelligent/dromedary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.15 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
{
"name": "dromedary",
"version": "0.1.0",
"description": "- Stelligent Demo Chart API",
"main": "app.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/stelligent/dromedary.git"
},
"author": {
"name": "Stelligent Systems, LLC"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/stelligent/dromedary/issues"
},
"homepage": "https://github.com/stelligent/dromedary#readme",
"devDependencies": {
"chai": "^3.2.0",
"del": "^1.2.1",
"gulp": "^3.9.0",
"gulp-bg": "0.0.7",
"gulp-download": "0.0.1",
"gulp-gunzip": "0.0.3",
"gulp-gzip": "^1.2.0",
"gulp-install": "^0.5.0",
"gulp-jshint": "^1.11.2",
"gulp-live-server": "0.0.28",
"gulp-mocha": "^2.1.3",
"gulp-tar": "^1.4.0",
"gulp-untar": "0.0.4",
"gulp-util": "^3.0.6",
"gulp-zip": "^3.2.0",
"mocha": "^2.2.5",
"request-promise": "^2.0.1",
"run-sequence": "^1.1.2",
"yargs": "^3.19.0"
},
"dependencies": {
"aws-sdk": "^2.2.3",
"express": "^4.13.3",
"git-rev": "^0.2.1",
"lambda-express": "^0.1.2",
"moment": "^2.10.6"
}
}