-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
35 lines (35 loc) · 839 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
29
30
31
32
33
34
35
{
"name": "memefy-this",
"version": "0.1.7",
"description": "Make Memes Online Instantly",
"directories": {
"doc": "docs"
},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"grunt-zip": "^0.17.1",
"load-grunt-config": "^4.0.1",
"node-sass": "^9.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AshBardhan/memefy-this.git"
},
"keywords": [
"memes",
"funny",
"trolls",
"jokes"
],
"author": "AshBardhan<[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/AshBardhan/memefy-this/issues"
},
"homepage": "https://ashbardhan.github.io/memefy-this"
}