UNPKG

1.5 kBJSONView Raw
1{
2 "name": "apeman-commons-compiling",
3 "version": "2.0.4",
4 "description": "apeman common module for compiling. ",
5 "main": "lib",
6 "scripts": {
7 "build": "./ci/build.js",
8 "cover": "./ci/cover.js",
9 "test": "./ci/test.js",
10 "report": "./ci/report.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/apeman-repo/apeman-commons-compiling.git"
15 },
16 "keywords": [
17 "apeman",
18 "commons",
19 "compiling"
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-commons-compiling/issues"
28 },
29 "homepage": "https://github.com/apeman-repo/apeman-commons-compiling#readme",
30 "dependencies": {
31 "apeman-commons-logging": "^1.3.4",
32 "argx": "^1.2.4",
33 "async": "^1.4.2",
34 "colorprint": "^1.1.2",
35 "execcli": "^2.1.1",
36 "extend": "^3.0.0",
37 "fileconcat": "^1.1.0",
38 "filecopy": "^1.0.5",
39 "filedel": "^1.0.0",
40 "glob": "^5.0.14",
41 "hasbin": "^1.1.0",
42 "writeout": "^1.2.1"
43 },
44 "devDependencies": {
45 "apeman-dev-commons-coveraging": "^1.0.7",
46 "apeman-dev-commons-releasing": "^1.1.12",
47 "apeman-dev-commons-reporting": "^1.0.4",
48 "apeman-dev-commons-tasking": "^1.0.0",
49 "apeman-dev-commons-testing": "^1.3.2",
50 "apeman-dev-commons-updating": "^1.0.2",
51 "apeman-tmpl-contrib-official": "^2.7.7",
52 "coz": "^3.0.15",
53 "coz-tmpl": "^1.0.4",
54 "injectmock": "^1.1.3"
55 }
56}
\No newline at end of file