smartscaf/package.json

40 lines
882 B
JSON
Raw Normal View History

2017-04-28 12:09:42 +00:00
{
"name": "smartscaf",
2017-06-01 23:03:27 +00:00
"version": "1.0.11",
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-27 00:57:22 +00:00
"tapbundle": "^1.0.13"
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-27 22:14:11 +00:00
"smartfile": "^4.2.17",
"smartfm": "^1.0.5",
"smarthbs": "^1.0.16",
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
}