-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 656 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 656 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": "risherry",
"version": "0.5.0",
"description": "Ecaterina Moraru's portfolio website",
"main": "index.html",
"scripts": {
"build": "grunt",
"watch": "grunt watch",
"sass": "grunt sass",
"cssmin": "grunt cssmin"
},
"devDependencies": {
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-rollup": "^12.0.0",
"grunt-sass": "^3.1.0",
"load-grunt-tasks": "^5.1.0",
"sass": "^1.70.0"
},
"keywords": [
"portfolio",
"design",
"ux",
"product-design"
],
"author": "Ecaterina Moraru",
"license": "MIT"
}