Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "Framer", | ||
"version": "0.5.0", | ||
"author": "Koen Bok <koen@madebysofa.com>", | ||
"description": "Webkit based prototyping tool.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/koenbok/Framer.git" | ||
}, | ||
"dependencies": { | ||
"underscore": "1.*", | ||
"browserify": "1.*", | ||
"coffee-script": "1.4.*" | ||
}, | ||
"license": "MIT" | ||
} |