forked from serverless/serverless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
{
"name": "JAWS",
"version": "0.0.1",
"description": "The Javascript + AWS Web Application Boilerplate",
"repository": {
"type": "git",
"url": "https://github.com/servant-app/JAWS.git"
},
"engines": {
"node": "0.12.x",
"npm": "2.1.x"
},
"main": "server.js",
"dependencies": {
"async": "^0.9.0",
"aws-sdk": "^2.1.24"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-bump": "^0.3.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.2.0",
"gulp-csslint": "^0.1.4",
"gulp-develop-server": "^0.4.2",
"gulp-filter": "^2.0.2",
"gulp-git": "^1.2.1",
"gulp-gzip": "0.0.8",
"gulp-jshint": "^1.6.2",
"gulp-livereload": "^2.1.0",
"gulp-ngmin": "^0.3.0",
"gulp-nodemon": "^1.0.4",
"gulp-rename": "^1.2.0",
"gulp-shell": "^0.4.1",
"gulp-tag-version": "^1.2.1",
"gulp-uglify": "^0.3.0",
"gulp-zip": "^3.0.2",
"jshint-stylish": "^0.2.0",
"node-zip": "^1.1.0",
"tiny-lr": "0.0.9"
}
}