-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 914 Bytes
/
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
{
"name": "expense-manager",
"version": "1.0.0",
"description": "A simple traditional javascript app to track your expenses",
"main": "index.js",
"dependencies": {
"bootstrap-datepicker": "^1.7.1",
"chart.js": "^2.7.0",
"intro.js": "^2.8.0-alpha.1",
"moment": "^2.18.1"
},
"devDependencies": {},
"scripts": {
"test": "test",
"start": "browser-sync start --server --files '*.html , ./css/*.css , ./js/*.js , ./node_modules/dist/*.css, ./node_modules/dist/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YogeshPrasanna/Expense-Manager.git"
},
"keywords": [
"html",
"css",
"javascript",
"expense",
"tracker"
],
"author": "Yogesh",
"license": "ISC",
"bugs": {
"url": "https://github.com/YogeshPrasanna/Expense-Manager/issues"
},
"homepage": "https://github.com/YogeshPrasanna/Expense-Manager#readme"
}