Browse Source

updates

pull/253/head
connors 11 years ago
parent
commit
c993e2ce19
  1. 5
      package.json

5
package.json

@ -1,15 +1,18 @@
{ {
"name": "ratchet", "name": "ratchet",
"description": "Prototype iPhone apps with simple HTML, CSS, and JS components.", "description": "Build native apps with simple HTML, CSS, and JS components.",
"version": "2.0.0", "version": "2.0.0",
"keywords": [ "keywords": [
"ratchet", "ratchet",
"css", "css",
"ios", "ios",
"native",
"prototype" "prototype"
], ],
"homepage": "http://maker.github.com/ratchet/", "homepage": "http://maker.github.com/ratchet/",
"author": "Connor Sears, Dave Gamache, and Jacob Thornton", "author": "Connor Sears, Dave Gamache, and Jacob Thornton",
"style": "./dist/ratchet.css",
"sass": "./lib/sass/ratchet.scss",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/maker/ratchet.git" "url": "https://github.com/maker/ratchet.git"

Loading…
Cancel
Save