summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-04-28 12:27:20 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-04-28 12:27:20 +0200
commit5e8f53977c26fd0c1764a9183135b8a91c364a23 (patch)
treefa3505ec57d9b598f12e2a67a35bba1b90e7357f /package.json
parentb6c6c7075c4745466faabe8e15d4d18f54551bbc (diff)
downloadn-5e8f53977c26fd0c1764a9183135b8a91c364a23.tar.gz
Initialize with Hello world
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..db8606c
--- /dev/null
+++ b/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "n",
+ "version": "0.0.1",
+ "description": "Playing with Express.js",
+ "main": "app.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "Peter Wu",
+ "license": "MIT",
+ "dependencies": {
+ "express": "^4.12.3"
+ }
+}