@iitm_shakti/templates
Version:
An xPack with templates to generate Shakti Core Complex projects
53 lines (52 loc) • 1.38 kB
JSON
{
"name": "@iitm_shakti/templates",
"version": "0.0.8",
"description": "An xPack with templates to generate Shakti Core Complex projects",
"main": "./index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"bin": {
"xpm-init-shakti-project": "./bin/xpm-init-shakti-project.js"
},
"scripts": {
"test": "node ./test/test.js",
"test-all": "node ./test/test.js all",
"fix": "standard --fix",
"link": "npm link @ilg/cli-start-options; npm link @ilg/es6-promisifier"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/shaktiproject/software/shakti-templates-xpack.git"
},
"keywords": [
"c++",
"templates",
"corecomplex",
"shakti"
],
"author": "IIT-M <sathya281@gmail.com> (http://shakti.org.in/)",
"contributors": [],
"license": "IITM",
"homepage": "https://gitlab.com/shaktiproject/software/shakti-templates-xpack",
"dependencies": {
"@ilg/cli-start-options": "~0.4.0",
"@ilg/es6-promisifier": "~0.1.9",
"liquidjs": "~1.9.6",
"readline-sync": "~1.4.7",
"shelljs": "~0.7.8"
},
"devDependencies": {
"standard": "~10.0.3",
"xpm": "~0.4.5"
},
"peerDependencies": {},
"bundleDependencies": [],
"optionalDependencies": {},
"config": {},
"xpack": {},
"_resolved": "",
"_integrity": "",
"_from": "@iitm_shakti/templates@latest"
}