npmextra/package.json

34 lines
772 B
JSON
Raw Normal View History

2016-07-13 22:14:28 +00:00
{
"name": "npmextra",
2016-09-18 14:10:24 +00:00
"version": "1.0.12",
2016-07-13 22:14:28 +00:00
"description": "do more with npm",
"main": "dist/index.js",
2016-07-17 00:11:41 +00:00
"typings": "dist/index.d.ts",
2016-07-13 22:14:28 +00:00
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/npmextra.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/npmextra/issues"
},
2016-07-16 23:23:22 +00:00
"homepage": "https://gitlab.com/pushrocks/npmextra#README",
"dependencies": {
2016-08-19 08:57:58 +00:00
"@types/q": "^0.x.x",
2016-09-23 20:13:06 +00:00
"beautylog": "^5.0.23",
"lodash": "^4.16.1",
2016-07-16 23:23:22 +00:00
"q": "^1.4.1",
2016-09-23 20:13:06 +00:00
"smartfile": "^4.0.20",
"typings-global": "^1.0.14"
2016-07-16 23:23:22 +00:00
},
"devDependencies": {
2016-09-23 20:13:06 +00:00
"@types/should": "^8.1.30",
2016-08-19 08:57:58 +00:00
"should": "^11.1.0",
2016-09-23 20:13:06 +00:00
"typings-test": "^1.0.3"
2016-07-16 23:23:22 +00:00
}
2016-07-13 22:14:28 +00:00
}