Commits (8)
Showing
npmextra.json
0 → 100644
{ | ||
"name": "smartdata", | ||
"version": "1.0.22", | ||
"version": "1.0.26", | ||
"description": "do more with data", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "(npm run prepareMongo && npmts)", | ||
"prepareMongo": "(rm -rf ./test/data && mkdir ./test/data/)" | ||
"test": "(npmts)", | ||
"testLocal": "(npmdocker)" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -19,25 +19,21 @@ |
}, | ||
"homepage": "https://gitlab.com/pushrocks/smartdata#README", | ||
"dependencies": { | ||
"@types/lodash": "^4.14.39", | ||
"@types/mongodb": "^2.1.34", | ||
"@types/nedb": "0.0.31", | ||
"@types/q": "0.0.32", | ||
"beautylog": "^6.0.0", | ||
"lik": "^1.0.24", | ||
"lodash": "^4.17.2", | ||
"mongodb": "^2.2.11", | ||
"nedb": "^1.8.0", | ||
"q": "^1.4.1", | ||
"@types/lodash": "^4.14.66", | ||
"@types/mongodb": "^2.2.6", | ||
"beautylog": "^6.1.10", | ||
"lik": "^1.0.32", | ||
"lodash": "^4.17.4", | ||
"mongodb": "^2.2.29", | ||
"runtime-type-checks": "0.0.4", | ||
"typings-global": "^1.0.14" | ||
"smartq": "^1.1.1", | ||
"typings-global": "^1.0.19" | ||
}, | ||
"devDependencies": { | ||
"@types/shelljs": "^0.3.32", | ||
"@types/should": "^8.1.30", | ||
"shelljs": "^0.7.5", | ||
"should": "^11.1.1", | ||
"smartstring": "^2.0.22", | ||
"typings-test": "^1.0.3" | ||
"@types/shelljs": "^0.7.2", | ||
"qenv": "^1.1.7", | ||
"shelljs": "^0.7.8", | ||
"smartstring": "^2.0.24", | ||
"tapbundle": "^1.0.14" | ||
} | ||
} |
qenv.yml
0 → 100644
test/test.class.ts
0 → 100644
test/test.d.ts
deleted
100644 → 0
test/test.js
deleted
100644 → 0