forked from udacity/frontend-nanodegree-mobile-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 853 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": "![Page Speed](img/page_speed.png)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MujunZ/frontend-nanodegree-mobile-portfolio.git"
},
"author": "MJ",
"license": "ISC",
"bugs": {
"url": "https://github.com/MujunZ/frontend-nanodegree-mobile-portfolio/issues"
},
"homepage": "https://github.com/MujunZ/frontend-nanodegree-mobile-portfolio#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-uglify": "^2.0.0",
"grunt-cssnano": "^2.1.0",
"grunt-responsive-images": "^1.10.1",
"load-grunt-tasks": "^3.5.2"
}
}