-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 938 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 938 Bytes
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
{
"name": "wheresmymoney",
"version": "1.0.0",
"description": "Where's my Money? ---------------------------",
"main": "index.js",
"scripts": {
"test": "./node_modules/jshint/bin/jshint server",
"start": "node server/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnark88/wheresMyMoney.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/johnark88/wheresMyMoney/issues"
},
"homepage": "https://github.com/johnark88/wheresMyMoney#readme",
"dependencies": {
"angular-animate": "^1.5.8",
"angular-route": "^1.5.8",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"firebase": "^3.5.1",
"mocha": "^3.1.2",
"pg": "^6.1.0",
"request": "^2.75.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.1",
"gulp-util": "^3.0.7",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1"
}
}