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

32 lines
794 B
JSON
Raw Normal View History

2017-01-20 22:33:24 +00:00
{
"name": "smartchai",
2017-01-20 22:33:28 +00:00
"version": "1.0.1",
2017-01-20 22:33:24 +00:00
"description": "chai + chai as promised with types in place 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": {
2017-02-19 02:18:25 +00:00
"@types/chai": "^3.4.35",
2017-01-20 22:33:24 +00:00
"@types/chai-as-promised": "0.0.29",
2017-02-19 02:18:25 +00:00
"@types/chai-string": "^1.1.30",
2017-01-20 22:33:24 +00:00
"chai": "^3.5.0",
2017-02-19 02:18:25 +00:00
"chai-as-promised": "^6.0.0",
"chai-string": "^1.3.0"
},
"devDependencies": {
"typings-test": "^1.0.3"
2017-01-20 22:33:24 +00:00
}
}