UNPKG

1.26 kBJSONView Raw
1{
2 "name": "apeman-dev-commons-releasing",
3 "version": "1.1.6",
4 "description": "apeman common module for releasing.",
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 "taggit": "taggit"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/apeman-repo/apeman-commons-releasing.git"
16 },
17 "keywords": [
18 "apeman",
19 "commons",
20 "releasing"
21 ],
22 "author": {
23 "name": "Taka Okunishi",
24 "url": "http://okunishitaka.com"
25 },
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/apeman-repo/apeman-commons-releasing/issues"
29 },
30 "homepage": "https://github.com/apeman-repo/apeman-commons-releasing#readme",
31 "dependencies": {
32 "argx": "^1.1.5",
33 "async": "^1.4.0",
34 "colorprint": "^1.1.1",
35 "execcli": "^1.1.3",
36 "taggit": "^1.0.4",
37 "versionup": "^1.0.7",
38 "yesno": "0.0.1"
39 },
40 "devDependencies": {
41 "apeman-tmpl-contrib-official": "^1.9.0",
42 "codeclimate-test-reporter": "^0.1.0",
43 "coz": "^1.2.5",
44 "injectmock": "^1.0.4",
45 "istanbul": "^0.3.17",
46 "nodeunit": "^0.9.1"
47 }
48}
\No newline at end of file