-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.13 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": "sendlist",
"version": "1.0.0",
"description": "A minimalist list sending app",
"scripts": {
"start": "node ./server/app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dantaex/sendlist.git"
},
"keywords": [
"lists",
"todo-list",
"ui-list",
"angularjs"
],
"author": "Israel Cruz @dantaex",
"license": "MIT",
"bugs": {
"url": "https://github.com/dantaex/sendlist/issues"
},
"homepage": "https://github.com/dantaex/sendlist#readme",
"//": "Backend dependencies",
"dependencies": {
"bcryptjs": "^2.3.0",
"body-parser": "~1.13.2",
"debug": "~2.2.0",
"express": "~4.13.1",
"fb": "^1.0.2",
"mongoose": "^4.4.10",
"mongoose-findorcreate": "^0.1.2",
"morgan": "~1.6.1",
"randomstring": "^1.1.4",
"serve-favicon": "~2.3.0",
"sha.js": "^2.4.5"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-filter": "^4.0.0",
"gulp-jade": "^1.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.3.1",
"gulp-uglify": "^1.5.3"
}
}