UNPKG

1.22 kBJSONView Raw
1{
2 "name": "apeman-util",
3 "version": "0.0.28",
4 "description": "Utilitiy modules for apeman.",
5 "main": "index.js",
6 "scripts": {
7 "test": "./ci/bin/test",
8 "coverage": "istanbul cover nodeunit test/unit_tests/* --dir doc/coverage",
9 "send-coverage": "codeclimate < doc/coverage/lcov.info"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/tick-tack/liana.git"
14 },
15 "author": "Taka Okunishi",
16 "license": "MIT",
17 "dependencies": {
18 "async": "^0.9.0",
19 "case": "^1.0.3",
20 "cli-color": "^0.3.2",
21 "clean-css": "^2.2.9",
22 "dateformat": "^1.0.8-1.2.3",
23 "glob": "^4.0.4",
24 "handlebars": "^2.0.0-alpha.4",
25 "mkdirp": "^0.5.0",
26 "pluralize": "1.0.0",
27 "request": "^2.37.0",
28 "tv4": "^1.1.0",
29 "uglify-js": "^2.4.15",
30 "uuid": "^1.4.1",
31 "yesno": "0.0.1",
32 "qs": "2.2.3",
33 "minimatch": "^1.0.0",
34 "rimraf": "^2.2.8"
35 },
36 "devDependencies": {
37 "codeclimate-test-reporter": "0.0.3",
38 "istanbul": "^0.3.0",
39 "nodeunit": "^0.9.0",
40 "apeman-tasks": "*",
41 "jsdoc": "^3.3.0-alpha9"
42 }
43}
\No newline at end of file