Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e0892f56a91856c7e72352bb7b083c2ea9b7ebf (plain)
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
54
55
56
57
{
  "name": "fork-awesome",
  "description": "A fork of the iconic font and CSS framework",
  "version": "0.4.7",
  "style": "css/fork-awesome.css",
  "keywords": [
    "font",
    "awesome",
    "forkawesome",
    "fontawesome",
    "icon",
    "bootstrap"
  ],
  "homepage": "https://forkawesome.github.io/Fork-Awesome",
  "bugs": {
    "url": "http://github.com/ForkAwesome/Fork-Awesome/issues"
  },
  "author": "Fork Awesome Community",
  "repository": {
    "type": "git",
    "url": "https://github.com/ForkAwesome/Fork-Awesome.git"
  },
  "contributors": [
    {
      "name": "Dave Gandy",
      "web": "http://twitter.com/davegandy"
    },
    {
      "name": "Brian Talbot",
      "web": "http://twitter.com/talbs"
    },
    {
      "name": "Travis Chase",
      "web": "http://twitter.com/supercodepoet"
    },
    {
      "name": "Rob Madole",
      "web": "http://twitter.com/robmadole"
    },
    {
      "name": "Geremia Taglialatela",
      "web": "http://twitter.com/gtagliala"
    }
  ],
  "license": "(OFL-1.1 AND MIT)",
  "dependencies": {},
  "devDependencies": {
    "less-plugin-clean-css": "^1.5.1"
  },
  "engines": {
    "node": ">=0.10.3"
  },
  "scripts": {
    "build": "bundle exec jekyll build",
    "dev": "bundle exec jekyll -w serve"
  }
}