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

package.json - github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: de2faa3cb4afa71a54a40a1bb70a06f904295e3b (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
{
  "name": "ratchet",
  "description": "Build native apps with simple HTML, CSS, and JS components.",
  "version": "2.0.0",
  "keywords": [
    "ratchet",
    "css",
    "ios",
    "native",
    "prototype"
  ],
  "homepage": "http://goratchet.com",
  "author": "Connor Sears",
  "style": "./dist/ratchet.css",
  "sass": "./lib/sass/ratchet.scss",
  "repository": {
    "type": "git",
    "url": "https://github.com/twbs/ratchet.git"
  },
  "bugs": {
    "url": "https://github.com/twbs/ratchet/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-copy": "~0.5.0",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-nodeunit": "~0.3.0",
    "grunt-contrib-sass": "~0.7.1",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-jekyll": "~0.4.1"
  }
}