smartscaf/package.json

38 lines
828 B
JSON
Raw Normal View History

2017-04-28 12:09:42 +00:00
{
"name": "smartscaf",
2017-05-06 23:33:40 +00:00
"version": "1.0.1",
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": "(npmts)"
},
"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": {
"tapbundle": "^1.0.10"
},
"dependencies": {
2017-05-03 07:45:22 +00:00
"@types/lodash": "^4.14.63",
"lodash": "^4.17.4",
"smartfile": "^4.2.9",
2017-05-05 22:47:27 +00:00
"smarthbs": "^1.0.12",
"smartinteract": "^1.0.4",
2017-05-03 07:45:22 +00:00
"smartq": "^1.1.1",
"typings-global": "^1.0.16"
2017-04-28 22:44:23 +00:00
}
2017-04-28 12:09:42 +00:00
}