-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 789 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 789 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
{
"name": "budgetwebclient",
"url": "https://github.com/mwaszkiewicz/bm-api",
"version": "1.0.0",
"description": "Budget Web Client Application",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"web",
"app",
"budget"
],
"author": "mateusz waszkiewicz",
"license": "ISC",
"dependencies": {
"api-check": "^7.5.5",
"body-parser": "^1.15.2",
"bower": "^1.8.0",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-sourcemaps": "^1.9.1",
"gulp-stylus": "^2.6.0",
"gulp-uglify": "^2.0.0"
}
}