UNPKG

1.23 kBJSONView Raw
1{
2 "name": "apeman-commons-invocating",
3 "version": "1.2.0",
4 "description": "apeman common module for invocating.",
5 "main": "lib",
6 "scripts": {
7 "test": "nodeunit test/*_test.js",
8 "build": "./ci/build.js",
9 "cover": "istanbul cover nodeunit test/*_test.js --dir coverage",
10 "report": "codeclimate-test-reporter < coverage/lcov.info"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/apeman-repo/apeman-invocating.git"
15 },
16 "keywords": [
17 "apeman",
18 "commons",
19 "invocating"
20 ],
21 "author": {
22 "name": "Taka Okunishi",
23 "url": "http://okunishitaka.com"
24 },
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/apeman-repo/apeman-invocating/issues"
28 },
29 "homepage": "https://github.com/apeman-repo/apeman-invocating#readme",
30 "dependencies": {
31 "argx": "^1.1.5",
32 "async": "^1.4.0",
33 "extend": "^3.0.0",
34 "findout": "^1.0.2"
35 },
36 "devDependencies": {
37 "apeman-commons-releasing": "^1.1.2",
38 "apeman-tmpl-contrib-official": "^1.9.0",
39 "codeclimate-test-reporter": "^0.1.0",
40 "coz": "^1.2.5",
41 "injectmock": "^1.0.4",
42 "istanbul": "^0.3.17",
43 "nodeunit": "^0.9.1",
44 "taggit": "^1.0.4",
45 "versionup": "^1.0.7"
46 }
47}