-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1004 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
36
37
38
39
40
41
42
43
{
"name": "bloggify-icons",
"version": "1.0.1",
"main": "build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ionică Bizău <[email protected]> (http://ionicabizau.net)",
"license": "SEE IN LICENSE",
"dependencies": {
"ajs": "^1.2.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Bloggify/bloggify-icons.git"
},
"bugs": {
"url": "https://github.com/Bloggify/bloggify-icons/issues"
},
"homepage": "https://github.com/Bloggify/bloggify-icons#readme",
"description": "The Bloggify icons for the web.",
"files": [
"bin/",
"app/",
"lib/",
"build/",
"dist/",
"src/",
"resources/",
"menu/",
"scripts/",
"cli.js",
"index.js"
],
"blah": {
"generateLicense": false,
"show_installation": false,
"show_license": false,
"ex_img": "http://i.imgur.com/cXZFDWb.png",
"ex_url": "http://icons.bloggify.org/"
}
}