summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-06-02 16:11:34 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2016-06-02 16:11:34 +0200
commitec068be6a2bf0c915ad1cab59dac96906cf8084c (patch)
tree03983bb15b1a678de12526d08d910ade473abb34
downloadmean-app-ec068be6a2bf0c915ad1cab59dac96906cf8084c.zip
mean-app-ec068be6a2bf0c915ad1cab59dac96906cf8084c.tar.gz
initial commit : npm init
-rw-r--r--package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..6bf4833
--- /dev/null
+++ b/package.json
@@ -0,0 +1,11 @@
+{
+ "name": "mean-app",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "MIT"
+}