UNPKG

1.24 kBJSONView Raw
1{
2 "name": "apeman-task-contrib-nodeunit",
3 "version": "1.0.8",
4 "description": "Apeman task contribution plugin to run test with nodeunit.",
5 "main": "index.js",
6 "scripts": {
7 "test": "nodeunit index_test.js",
8 "cover": "istanbul cover nodeunit index_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.0.19",
34 "coveralls": "^2.11.2",
35 "coz": "^1.0.25",
36 "injectmock": "^1.0.4",
37 "istanbul": "^0.3.17",
38 "taggit": "^1.0.3",
39 "versionup": "^1.0.7"
40 },
41 "dependencies": {
42 "async": "^1.3.0",
43 "argx": "^1.0.5",
44 "nodeunit": "^0.9.1",
45 "glob": "^5.0.13"
46 }
47}
\No newline at end of file