Initial commit
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user