package.json
1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "redmine",
"version": "0.2.3",
"description": "Redmine Rest API Client for node.js",
"tags": [
"redmine"
],
"keywords": [
"redmine",
"rest api"
],
"author": {
"name": "Sotaro KARASAWA",
"email": "sotarok@crocos.co.jp"
},
"repository": {
"type": "git",
"url": "git://github.com/sotarok/node-redmine.git"
},
"scripts": {
"test": "TEST_REDMINE_APIKEY=e8a94353d2cbf45e302b08f6069327eeefa2cfb2 TEST_REDMINE_HOST=vivid-winter-3808.heroku.com node_modules/.bin/expresso test/*"
},
"bugs": {
"url": "https://github.com/sotarok/node-redmine/issues"
},
"license": [
{
"type": "MIT",
"url": "https://github.com/sotarok/node-redmine/blob/master/LICENSE"
}
],
"devDependencies": {
"expresso": ">=0.9.2"
},
"main": "./lib/redmine",
"_npmUser": {
"name": "sotarok",
"email": "sotaro.k@gmail.com"
},
"_id": "redmine@0.2.3",
"dependencies": {},
"engines": {
"node": "*"
},
"_engineSupported": true,
"_npmVersion": "1.1.0-beta-4",
"_nodeVersion": "v0.6.6",
"_defaultsLoaded": true,
"dist": {
"shasum": "6fed43a9dfddeedc1dca513610076d089422bc55",
"tarball": "https://registry.npmjs.org/redmine/-/redmine-0.2.3.tgz"
},
"maintainers": [
{
"name": "sotarok",
"email": "sotaro.k@gmail.com"
}
],
"directories": {},
"_shasum": "6fed43a9dfddeedc1dca513610076d089422bc55",
"_resolved": "https://registry.npmjs.org/redmine/-/redmine-0.2.3.tgz",
"_from": "redmine@latest",
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/sotarok/node-redmine#readme"
}