forked from statesman/meme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 778 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 778 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
{
"name": "meme",
"version": "1.0.0",
"description": "A fork of Vox's meme generator in pure HTML/JavaScript",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/statesman/meme.git"
},
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/statesman/meme/issues"
},
"homepage": "https://github.com/statesman/meme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "^2.3.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^1.0.0"
}
}