|
|
@ -1,16 +1,7 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "ratchet", |
|
|
|
"name": "ratchet", |
|
|
|
|
|
|
|
"description": "Prototype iPhone apps with simple HTML, CSS, and JS components.", |
|
|
|
"version": "2.0.0", |
|
|
|
"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": [ |
|
|
|
"keywords": [ |
|
|
|
"ratchet", |
|
|
|
"ratchet", |
|
|
|
"css", |
|
|
|
"css", |
|
|
@ -31,5 +22,14 @@ |
|
|
|
"type": "MIT", |
|
|
|
"type": "MIT", |
|
|
|
"url": "http://www.opensource.org/licenses/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" |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|