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

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconnors <connor.sears@github.com>2013-12-21 03:42:21 +0400
committerconnors <connor.sears@github.com>2013-12-21 03:42:21 +0400
commit20e16f23db7d4a620db4f1474bd5b207b4c63e84 (patch)
tree08a59f98c5f5215dedd3598e80711be75e01d520 /package.json
parentce349ef67fe8233396f60387395eaf24bfb9686e (diff)
reformating the package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json
index 94ead5b..3c4c999 100644
--- a/package.json
+++ b/package.json
@@ -1,16 +1,7 @@
{
"name": "ratchet",
+ "description": "Prototype iPhone apps with simple HTML, CSS, and JS components.",
"version": "2.0.0",
- "dependencies": {},
- "devDependencies": {
- "grunt": "~0.4.1",
- "grunt-contrib-concat": "~0.3.0",
- "grunt-contrib-jshint": "~0.7.0",
- "grunt-contrib-nodeunit": "~0.2.2",
- "grunt-contrib-sass": "~0.5.0",
- "grunt-contrib-watch": "~0.5.3",
- "grunt-jekyll": "~0.4.0"
- },
"keywords": [
"ratchet",
"css",
@@ -31,5 +22,14 @@
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
- ]
+ ],
+ "devDependencies": {
+ "grunt": "~0.4.1",
+ "grunt-contrib-concat": "~0.3.0",
+ "grunt-contrib-jshint": "~0.7.0",
+ "grunt-contrib-nodeunit": "~0.2.2",
+ "grunt-contrib-sass": "~0.5.0",
+ "grunt-contrib-watch": "~0.5.3",
+ "grunt-jekyll": "~0.4.0"
+ }
}