-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "notify",
"version": "1.0.0",
"description": "Notify: never forget your great ideas again with journal entries, lists, business plans, and photos. Remember that special place with geographical identification!",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/forevernote/notify.git"
},
"keywords": [
"journal",
"map"
],
"author": "Sam Heutmaker, Chris Lee, Ardian Ajvazi, Rob Merrill, Erika Hokanson",
"license": "MIT",
"bugs": {
"url": "https://github.com/forevernote/notify/issues"
},
"homepage": "https://github.com/forevernote/notify#readme",
"dependencies": {
"bcrypt": "^0.8.5",
"body-parser": "^1.14.2",
"express": "^4.13.4",
"jsonwebtoken": "^5.5.4",
"mongoose": "^4.3.7",
"node-geocoder": "^3.6.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^1.0.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-sass": "^2.1.1",
"mocha": "^2.4.5",
"nodemon": "^1.8.1"
}
}