This repository has been archived on 2024-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
smartchai/package.json
2017-02-19 03:21:38 +01:00

32 lines
788 B
JSON

{
"name": "smartchai",
"version": "1.0.2",
"description": "chai + chai-as-promised + chai-string for TypeScript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartchai.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartchai/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartchai#README",
"dependencies": {
"@types/chai": "^3.4.35",
"@types/chai-as-promised": "0.0.29",
"@types/chai-string": "^1.1.30",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-string": "^1.3.0"
},
"devDependencies": {
"typings-test": "^1.0.3"
}
}