We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit d18bb7cCopy full SHA for d18bb7c
3 files changed
nudgepad.js
package.json
@@ -0,0 +1,20 @@
1
+{
2
+ "name": "nudgepad",
3
+ "version": "0.1.1",
4
+ "description": "A tool for prototyping quickly.",
5
+ "repository": "git://github.com/nudgepad/nudgepad",
6
+ "main": "nudgepad.js",
7
+ "dependencies": {
8
+ "space" : ">=0.1.1",
9
+ "scraps" : ">=0.1.1"
10
+ },
11
+ "keywords": [
12
+ "scraps",
13
+ "space",
14
+ "nudgepad",
15
+ "template",
16
+ "html"
17
+ ],
18
+ "license": "MIT",
19
+ "author": "Breck Yunits, Ben Zulauf"
20
+}
readme.md
@@ -0,0 +1,9 @@
+Nudgepad
+========
+
+Nudgepad is a tool for quickly creating prototypes. Nudgepad is currently in alpha.
+Try it
+======
+Try it now at http://nudgepad.com
0 commit comments