We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2ccac commit a6cb44fCopy full SHA for a6cb44f
package.json
@@ -5,6 +5,12 @@
5
"repository": "git://github.com/hojberg/cssarrowplease.git",
6
"author": "Simon Højberg <r.hackr@gmail.com> (http://icreateui.com)",
7
"version": "0.0.1",
8
+ "scripts": {
9
+ "start": "node server.js"
10
+ },
11
+ "engine": {
12
+ "node": ">=0.6"
13
14
"dependencies": {
15
"connect": "~2.0.3"
16
}
0 commit comments