diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2016-06-02 16:11:34 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2016-06-02 16:11:34 +0200 |
commit | ec068be6a2bf0c915ad1cab59dac96906cf8084c (patch) | |
tree | 03983bb15b1a678de12526d08d910ade473abb34 | |
download | mean-app-ec068be6a2bf0c915ad1cab59dac96906cf8084c.zip mean-app-ec068be6a2bf0c915ad1cab59dac96906cf8084c.tar.gz |
initial commit : npm init
-rw-r--r-- | package.json | 11 |
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" +} |