-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 964 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
35
36
37
{
"name": "my-expenses",
"title": "My Expenses",
"version": "1.0.0",
"description": "JS app for managing my expenses",
"year": "2016",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.1"
},
"devDependencies": {
"browser-sync": "^2.12.10",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-csslint": "^0.3.0",
"gulp-header": "^1.8.2",
"gulp-jshint": "^2.0.1",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diegoteliz/my-expenses.git"
},
"author": "Diego Teliz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/diegoteliz/my-expenses/issues"
},
"homepage": "https://github.com/diegoteliz/my-expenses#readme"
}