forked from udacity/frontend-nanodegree-mobile-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·28 lines (28 loc) · 991 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
{
"name": "frontend-nanodegree-mobile-portfolio",
"version": "1.0.0",
"description": "Optimization of custom portfolio using methods from Udacitcy's Front End Nanodegree program for Website Optimization Project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpvergara16/Project-Frontend-Nanodegree-Mobile-Portfolio.git"
},
"author": "Julius Vergara",
"license": "ISC",
"bugs": {
"url": "https://github.com/jpvergara16/Project-Frontend-Nanodegree-Mobile-Portfolio/issues"
},
"homepage": "https://github.com/jpvergara16/Project-Frontend-Nanodegree-Mobile-Portfolio#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-cssmin": "^2.0.0",
"grunt-contrib-htmlmin": "^2.2.0",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-uglify": "^2.1.0"
}
}