Updating MLF

This commit is contained in:
Colin McLeod
2015-11-30 11:15:27 -08:00
parent 6a3aee19c5
commit 99f024aad2
3 changed files with 16 additions and 2 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "coriolis-data",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/cmmcleod/coriolis-data"
},
"main": "index.js",
"homepage": "http://coriolis.io",
"bugs": "https://github.com/cmmcleod/coriolis/issues",
"private": true,
"engine": "node >= 0.12.2",
"license": "MIT"
}