-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 KB
/
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
38
39
40
41
42
43
44
45
46
{
"name": "risherry",
"description": "Personal Website",
"version": "0.3.0",
"author": "Ecaterina Moraru (Valica)",
"homepage": "http://risherry.ro/",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/evalica/risherry.git"
},
"engines": {
"node": ">= 0.12.2"
},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-concat": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-sass": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"hoek": "latest",
"cryptiles": ">=4.1.2",
"debug": ">=2.6.9",
"request": "<=2.81.0",
"lodash": ">=4.17.21",
"lodash.mergewith": ">=4.6.2",
"js-yaml": ">=3.13.1",
"tar": ">=5.0.10",
"fstream": ">=1.0.12",
"underscore.string": ">=3.3.5",
"minimist": ">=0.2.1",
"websocket-extensions": ">=0.1.4"
},
"scripts": {
"test": "grunt swatch"
},
"dependencies": {
"node-sass": "^4.13.1",
"npm": "^6.14.13"
},
"bugs": {
"url": "https://github.com/evalica/risherry/issues"
},
"main": "Gruntfile.js"
}