smartscaf/package.json

41 lines
984 B
JSON
Raw Normal View History

2017-04-28 12:09:42 +00:00
{
"name": "smartscaf",
2017-08-09 14:57:39 +00:00
"version": "1.0.14",
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": {
2017-08-09 14:57:32 +00:00
"test": "(npmts)",
"testLocal": "(npmts --notest && ts-node --compilerOptions '{\"target\":\"es6\"}' test/test.ts)"
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": {
2017-07-28 12:47:43 +00:00
"tapbundle": "^1.1.1"
2017-04-28 22:44:23 +00:00
},
"dependencies": {
2017-08-09 13:31:35 +00:00
"@types/lodash": "^4.14.72",
2017-05-03 07:45:22 +00:00
"lodash": "^4.17.4",
2017-08-09 13:31:35 +00:00
"smartfile": "^4.2.20",
"smartfm": "^1.0.5",
"smarthbs": "^1.0.16",
2017-08-09 14:57:32 +00:00
"smartinteract": "^1.0.10",
2017-07-28 12:47:43 +00:00
"smartq": "^1.1.6",
2017-05-25 16:32:53 +00:00
"smartyaml": "^1.0.2",
2017-07-28 12:47:43 +00:00
"typings-global": "^1.0.20"
2017-04-28 22:44:23 +00:00
}
2017-04-28 12:09:42 +00:00
}