summaryrefslogtreecommitdiffstats
path: root/debian/tests/test_modules/chai-string/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'debian/tests/test_modules/chai-string/package.json')
-rw-r--r--debian/tests/test_modules/chai-string/package.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/tests/test_modules/chai-string/package.json b/debian/tests/test_modules/chai-string/package.json
new file mode 100644
index 0000000..c9d9801
--- /dev/null
+++ b/debian/tests/test_modules/chai-string/package.json
@@ -0,0 +1,32 @@
+{
+ "name": "chai-string",
+ "version": "1.5.0",
+ "keywords": [
+ "chai",
+ "testing",
+ "string",
+ "chai-plugin",
+ "browser"
+ ],
+ "description": "strings comparison matchers for chai",
+ "main": "chai-string.js",
+ "scripts": {
+ "test": "mocha test"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/onechiporenko/chai-string.git"
+ },
+ "author": {
+ "name": "Oleg Nechiporenko",
+ "url": "https://github.com/onechiporenko"
+ },
+ "license": "MIT",
+ "devDependencies": {
+ "chai": "^4.1.2",
+ "mocha": "^5.2.0"
+ },
+ "peerDependencies": {
+ "chai": "^4.1.2"
+ }
+}