smartscaf/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2017-04-28 12:09:42 +00:00
{
"name": "@pushrocks/smartscaf",
2019-02-17 16:17:47 +00:00
"version": "3.0.3",
"private": false,
2017-04-28 12:09:42 +00:00
"description": "scaffold projects quickly",
"main": "dist/index.js",
2017-04-28 22:44:23 +00:00
"typings": "dist/index.d.ts",
2017-04-28 12:09:42 +00:00
"scripts": {
"test": "(tstest test/)",
2019-02-17 16:17:47 +00:00
"build": "(tsbuild)"
2017-04-28 12:09:42 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartscaf.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartscaf/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartscaf#README",
"keywords": [
"scaffold",
"polymer",
"npm"
2017-04-28 22:44:23 +00:00
],
"devDependencies": {
2019-02-17 16:17:47 +00:00
"@gitzone/tsbuild": "^2.1.8",
2019-01-27 17:55:38 +00:00
"@gitzone/tsrun": "^1.1.17",
"@gitzone/tstest": "^1.0.18",
"@pushrocks/tapbundle": "^3.0.7",
2019-02-17 16:17:47 +00:00
"@types/node": "^11.9.4"
2017-04-28 22:44:23 +00:00
},
"dependencies": {
2019-01-27 17:55:38 +00:00
"@pushrocks/lik": "^3.0.4",
"@pushrocks/smartfile": "^6.0.12",
"@pushrocks/smartfm": "^2.0.1",
2019-02-17 16:17:47 +00:00
"@pushrocks/smarthbs": "^2.0.3",
"@pushrocks/smartinteract": "^2.0.4",
"@pushrocks/smartpromise": "^2.0.5",
"@pushrocks/smartyaml": "^2.0.3",
2019-02-17 16:17:47 +00:00
"@types/lodash": "^4.14.121",
2019-01-27 17:55:38 +00:00
"lodash": "^4.17.11"
2017-04-28 22:44:23 +00:00
}
2019-02-17 16:17:47 +00:00
}