2017-04-28 12:09:42 +00:00
|
|
|
{
|
|
|
|
"name": "smartscaf",
|
2017-05-26 23:28:42 +00:00
|
|
|
"version": "1.0.4",
|
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": {
|
2017-05-25 16:32:53 +00:00
|
|
|
"tapbundle": "^1.0.12"
|
2017-04-28 22:44:23 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-05-25 16:32:53 +00:00
|
|
|
"@types/lodash": "^4.14.64",
|
2017-05-03 07:45:22 +00:00
|
|
|
"lodash": "^4.17.4",
|
2017-05-26 23:28:37 +00:00
|
|
|
"smartfile": "^4.2.13",
|
2017-05-26 13:32:50 +00:00
|
|
|
"smarthbs": "^1.0.15",
|
2017-05-05 22:47:27 +00:00
|
|
|
"smartinteract": "^1.0.4",
|
2017-05-03 07:45:22 +00:00
|
|
|
"smartq": "^1.1.1",
|
2017-05-25 16:32:53 +00:00
|
|
|
"smartyaml": "^1.0.2",
|
2017-05-03 07:45:22 +00:00
|
|
|
"typings-global": "^1.0.16"
|
2017-04-28 22:44:23 +00:00
|
|
|
}
|
2017-04-28 12:09:42 +00:00
|
|
|
}
|