UNPKG

1.23 kBJSONView Raw
1{
2 "name": "apeman-task-contrib-nodeunit",
3 "version": "1.1.0",
4 "description": "Apeman task contribution plugin to run test with nodeunit.",
5 "main": "index.js",
6 "scripts": {
7 "test": "nodeunit run_test.js",
8 "cover": "istanbul cover nodeunit run_test.js --dir coverage",
9 "report": "coveralls < coverage/lcov.info",
10 "versionup": "versionup",
11 "taggit": "taggit"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/apeman-repo/apeman-task-contrib-nodeunit.git"
16 },
17 "keywords": [
18 "apeman",
19 "task",
20 "contribution",
21 "nodeunit"
22 ],
23 "author": {
24 "name": "Taka Okunishi",
25 "url": "http://okunishitaka.com"
26 },
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/apeman-repo/apeman-task-contrib-nodeunit/issues"
30 },
31 "homepage": "https://github.com/apeman-repo/apeman-task-contrib-nodeunit#readme",
32 "devDependencies": {
33 "apeman-tmpl-contrib-official": "^1.7.2",
34 "coveralls": "^2.11.3",
35 "injectmock": "^1.0.4",
36 "istanbul": "^0.3.17",
37 "mkdirp": "^0.5.1",
38 "taggit": "^1.0.3",
39 "versionup": "^1.0.7"
40 },
41 "dependencies": {
42 "argx": "^1.0.5",
43 "async": "^1.4.0",
44 "glob": "^5.0.14",
45 "nodeunit": "^0.9.1"
46 }
47}
\No newline at end of file