2017-02-28 22:40:13 +00:00
|
|
|
{
|
|
|
|
"name": "smartinject",
|
2017-07-30 14:00:09 +00:00
|
|
|
"version": "1.0.8",
|
2017-02-28 22:40:13 +00:00
|
|
|
"description": "inject modules into node",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2017-07-28 16:19:06 +00:00
|
|
|
"test": "(npmts --nocoverage)"
|
2017-02-28 22:40:13 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@gitlab.com/pkunz/smartinject.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"inject",
|
|
|
|
"modules"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/pkunz/smartinject/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/pkunz/smartinject#README",
|
|
|
|
"dependencies": {
|
2017-07-28 16:23:42 +00:00
|
|
|
"@types/source-map-support": "^0.4.0",
|
|
|
|
"@types/through2": "^2.0.33",
|
|
|
|
"source-map-support": "^0.4.15",
|
2017-02-28 22:40:13 +00:00
|
|
|
"through2": "^2.0.3",
|
2017-07-28 16:23:42 +00:00
|
|
|
"typings-global": "^1.0.20"
|
2017-07-28 16:19:06 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"tapbundle": "^1.1.1"
|
2017-02-28 22:40:13 +00:00
|
|
|
}
|
|
|
|
}
|