This commit is contained in:
2017-04-29 00:44:23 +02:00
parent 3934a3a0da
commit 2de09cc7b9
17 changed files with 821 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "scaffold projects quickly",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
@@ -20,5 +21,13 @@
"scaffold",
"polymer",
"npm"
]
],
"devDependencies": {
"tapbundle": "^1.0.10"
},
"dependencies": {
"smartfile": "^4.1.10",
"smarthbs": "^1.0.8",
"smartq": "^1.1.1"
}
}