forked from HashHamsters/Smartfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "smartfolio",
"version": "0.0.1",
"description": "An album app",
"main": "server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rjmohammad/Smartfolio.git"
},
"author": "RJ Mohammad & Michelle Carter",
"license": "MIT",
"bugs": {
"url": "https://github.com/rjmohammad/Smartfolio/issues"
},
"homepage": "https://github.com/rjmohammad/Smartfolio#readme",
"dependencies": {
"angular": "^1.6.1",
"angular-animate": "^1.6.1",
"angular-aria": "^1.6.1",
"angular-material": "^1.1.1",
"angular-messages": "^1.6.1",
"angular-mocks": "^1.6.1",
"angular-modal-service": "^0.10.1",
"angular-route": "^1.6.1",
"axios": "^0.15.3",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.16.0",
"express": "^4.14.0",
"jwt-simple": "^0.5.1",
"knex": "^0.12.6",
"morgan": "^1.7.0",
"multer": "^1.2.1",
"mysql": "^2.13.0",
"path": "^0.12.7",
"watson-developer-cloud": "^2.15.2"
},
"devDependencies": {
"eslint": "^3.13.1",
"nodemon": "^1.11.0"
}
}