- progress

This commit is contained in:
Edin Dazdarevic
2015-05-29 21:10:07 +02:00
parent bd61e4eef8
commit 797b93e81c
14 changed files with 287 additions and 23 deletions

View File

@@ -0,0 +1 @@
node_modules

View File

@@ -0,0 +1,7 @@
This directory and the files immediately inside it are automatically generated
when you change this package's NPM dependencies. Commit the files in this
directory (npm-shrinkwrap.json, .gitignore, and this README) to source control
so that others run the same versions of sub-dependencies.
You should NOT check in the node_modules directory that Meteor automatically
creates; if you are using git, the .gitignore file tells git to ignore it.

View File

@@ -0,0 +1,64 @@
{
"dependencies": {
"body-parser": {
"version": "1.12.4",
"dependencies": {
"bytes": {
"version": "1.0.0"
},
"content-type": {
"version": "1.0.1"
},
"debug": {
"version": "2.2.0",
"dependencies": {
"ms": {
"version": "0.7.1"
}
}
},
"depd": {
"version": "1.0.1"
},
"iconv-lite": {
"version": "0.4.8"
},
"on-finished": {
"version": "2.2.1",
"dependencies": {
"ee-first": {
"version": "1.1.0"
}
}
},
"qs": {
"version": "2.4.2"
},
"raw-body": {
"version": "2.0.2",
"dependencies": {
"bytes": {
"version": "2.1.0"
}
}
},
"type-is": {
"version": "1.6.2",
"dependencies": {
"media-typer": {
"version": "0.3.0"
},
"mime-types": {
"version": "2.0.12",
"dependencies": {
"mime-db": {
"version": "1.10.0"
}
}
}
}
}
}
}
}
}