-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.2 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
47
48
49
50
51
52
53
{
"name": "rakesmaken",
"version": "1.0.0",
"description": "website",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"dependencies": {
"ansi-styles": "^5.1.0",
"css": "^3.0.0",
"escape-string-regexp": "^3.0.0",
"gm": "^1.23.1",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-criticalcss": "^2.1.0",
"grunt-mkdir": "^1.1.0",
"grunt-newer": "^1.3.0",
"grunt-responsive-images": "^1.10.1",
"has-ansi": "^4.0.0",
"lodash": "^4.17.20",
"phantomjs-prebuilt": "^2.1.16",
"postcss": "^8.2.4",
"strip-ansi": "^6.0.0",
"supports-color": "^8.1.1"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1na/1na.github.io.git"
},
"keywords": [
"website",
"blog",
"food",
"bakken",
"eten"
],
"author": "Louis chaillet",
"license": "ISC",
"bugs": {
"url": "https://github.com/1na/1na.github.io/issues"
},
"homepage": "https://github.com/1na/1na.github.io#readme",
"devDependencies": {
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.0.0"
}
}