forked from ProfoundMongoose/PhotoDrop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "ProfoundMongoose",
"version": "0.0.1",
"description": "Hack Reactor Greenfield Project",
"main": "server.js",
"scripts": {
"start": "nodemon server/server.js",
"deploy": "git push ssh://[email protected]/root/live/sync.git"
},
"repository": {
"type": "git",
"url": "https://github.com/ProfoundMongoose/ProfoundMongoose.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ProfoundMongoose/ProfoundMongoose/issues"
},
"homepage": "https://github.com/ProfoundMongoose/ProfoundMongoose",
"dependencies": {
"bcrypt": "^0.8.5",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.0",
"express": "^4.13.4",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-mocha-test": "^0.12.7",
"grunt-shell": "^1.2.1",
"gulp": "^3.9.1",
"imgur": "^0.1.7",
"jsonwebtoken": "^5.7.0",
"mongoose": "^4.4.4",
"nodemon": "^1.9.0",
"q": "^1.4.1",
"request": "^2.69.0"
},
"devDependencies": {
"babel-eslint": "^5.0.0",
"chai": "^3.5.0",
"eslint": "^1.10.3",
"eslint-plugin-react": "^4.1.0",
"eslint-plugin-react-native": "^1.0.0",
"grunt-nodemon": "^0.4.1",
"mocha": "^2.4.5",
"supertest": "^1.2.0"
}
}