Metzploreur/node_modules/archetype/package.json
clement callaert 244d45ceb8 Version 2
2023-11-01 17:33:25 +01:00

33 lines
746 B
JSON

{
"name": "archetype",
"version": "0.13.0",
"author": "Valeri Karpov <val@boosterfuels.com>",
"dependencies": {
"lodash.clonedeep": "4.x",
"lodash.set": "4.x",
"mpath": "0.8.x"
},
"devDependencies": {
"acquit": "1.x",
"acquit-ignore": "0.1.x",
"acquit-markdown": "0.1.x",
"co": "4.6.0",
"mocha": "5.x",
"mongodb": "3.1.13",
"standard-changelog": "1.0.1"
},
"engines": {
"node": ">= 4.0.0"
},
"license": "Apache 2.0",
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/boosterfuels/archetype.git"
},
"scripts": {
"changelog": "standard-changelog -i CHANGELOG.md -w",
"docs": "node docs.js",
"test": "mocha test/*.test.js"
}
}