Initial commit

This commit is contained in:
2015-07-06 00:39:38 +02:00
commit 3cd2541f7f
18 changed files with 1111 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "modular",
"version": "1.0.0",
"description": "Module path abstraction and mock framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://lab.cherboiche.org/boudin/modular.git"
},
"keywords": [
"module",
"mock",
"live",
"reload"
],
"author": "boudin",
"license": "GPL-3.0",
"devDependencies": {
"mocha": "^2.2.5"
}
}