Skip to content

Commit d18bb7c

Browse files
committed
initial commit
0 parents  commit d18bb7c

3 files changed

Lines changed: 29 additions & 0 deletions

File tree

nudgepad.js

Whitespace-only changes.

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Nudgepad
2+
========
3+
4+
Nudgepad is a tool for quickly creating prototypes. Nudgepad is currently in alpha.
5+
6+
Try it
7+
======
8+
9+
Try it now at http://nudgepad.com

0 commit comments

Comments
 (0)