UNPKG

1.05 kBJSONView Raw
1{
2 "name": "villa",
3 "version": "0.2.2",
4 "description": "Promise utilities for async/await-ready environment.",
5 "main": "bld/index.js",
6 "typings": "bld/index.d.ts",
7 "scripts": {
8 "build": "tsc",
9 "quick-test": "mocha",
10 "test": "istanbul cover node_modules/mocha/bin/_mocha",
11 "coveralls": "cat coverage/lcov.info | coveralls"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/vilic/villa.git"
16 },
17 "keywords": [
18 "async",
19 "await",
20 "utility",
21 "helper",
22 "collection"
23 ],
24 "author": "vilicvane",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/vilic/villa/issues"
28 },
29 "homepage": "https://github.com/vilic/villa#readme",
30 "devDependencies": {
31 "chai": "^3.5.0",
32 "chai-as-promised": "^5.3.0",
33 "coveralls": "^2.11.13",
34 "istanbul": "^1.1.0-alpha.1",
35 "mocha": "^3.0.2",
36 "source-map-support": "^0.4.2",
37 "typescript": "^2.0.2"
38 }
39}