forked from roman-neuhauser/studio_napi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
135 lines (129 loc) · 4.11 KB
/
package.json
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"author": "Roman Neuhauser <rneuhauser@suse.cz>"
, "name": "studio_napi"
, "private": true
, "description": "SUSE Studio API for Node.js"
, "version": "0.0.0"
, "homepage": "https://github.com/roman-neuhauser/studio_napi"
, "repository": {
"type": "git"
, "url": "git@github.com/roman-neuhauser/studio_napi.git"
}
, "main": "lib/index.coffee"
, "files": [
"GNUmakefile"
, "README.rest"
, "examples.rest"
, "reference.rest"
, "lib/hi/admin.coffee"
, "lib/hi/app.coffee"
, "lib/hi/index.coffee"
, "lib/hi/user.coffee"
, "lib/lo/admin.coffee"
, "lib/lo/common.coffee"
, "lib/lo/http.coffee"
, "lib/lo/index.coffee"
, "lib/lo/user.coffee"
, "lib/lo/xml.coffee"
, "tests/hi/0000-session.t.coffee"
, "tests/hi/1000-admin.t.coffee"
, "tests/hi/2000-user.t.coffee"
, "tests/hi/2100-app-add.t.coffee"
, "tests/lo/050-xml.t.coffee"
, "tests/lo/100-rpc.t.coffee"
, "tests/lo/150-api.t.coffee"
, "tests/lo/200-xml2pojo-admin.t.coffee"
, "tests/lo/200-xml2pojo-user/account.t.coffee"
, "tests/lo/200-xml2pojo-user/api_version.t.coffee"
, "tests/lo/200-xml2pojo-user/appliance.t.coffee"
, "tests/lo/200-xml2pojo-user/appliance_status.t.coffee"
, "tests/lo/200-xml2pojo-user/appliances.t.coffee"
, "tests/lo/200-xml2pojo-user/build.t.coffee"
, "tests/lo/200-xml2pojo-user/builds.t.coffee"
, "tests/lo/200-xml2pojo-user/configuration.t.coffee"
, "tests/lo/200-xml2pojo-user/file.t.coffee"
, "tests/lo/200-xml2pojo-user/files.t.coffee"
, "tests/lo/200-xml2pojo-user/gpg_key.t.coffee"
, "tests/lo/200-xml2pojo-user/gpg_keys.t.coffee"
, "tests/lo/200-xml2pojo-user/repositories.t.coffee"
, "tests/lo/200-xml2pojo-user/repository.t.coffee"
, "tests/lo/200-xml2pojo-user/rpm.t.coffee"
, "tests/lo/200-xml2pojo-user/rpms.t.coffee"
, "tests/lo/200-xml2pojo-user/running_build.t.coffee"
, "tests/lo/200-xml2pojo-user/running_builds.t.coffee"
, "tests/lo/200-xml2pojo-user/setup.coffee"
, "tests/lo/200-xml2pojo-user/sharing.t.coffee"
, "tests/lo/200-xml2pojo-user/software.t.coffee"
, "tests/lo/200-xml2pojo-user/testdrive.t.coffee"
, "tests/lo/200-xml2pojo-user/testdrives.t.coffee"
, "tests/lo/300-admin-http.t.coffee"
, "tests/hi/lib-hi.coffee"
, "tests/lo/admin.coffee"
, "tests/lo/lib-lo-admin.coffee"
, "tests/lo/lib-lo-common.coffee"
, "tests/lo/lib-lo-user.coffee"
, "tests/lo/lib-lo-xml.coffee"
, "tests/lo/user.coffee"
, "tests/tools.coffee"
, "tests/admin/about.xml"
, "tests/admin/active_users.xml"
, "tests/admin/health_check.xml"
, "tests/admin/job_history.xml"
, "tests/admin/running_jobs.xml"
, "tests/admin/summary.xml"
, "tests/user/account.xml"
, "tests/user/api_version.xml"
, "tests/user/appliance.xml"
, "tests/user/appliance_status.xml"
, "tests/user/appliances.xml"
, "tests/user/build.xml"
, "tests/user/builds.xml"
, "tests/user/configuration.xml"
, "tests/user/file.xml"
, "tests/user/files.xml"
, "tests/user/gallery_appliance.xml"
, "tests/user/gallery_appliance_comments.xml"
, "tests/user/gallery_appliance_rating.xml"
, "tests/user/gallery_appliance_software.xml"
, "tests/user/gallery_appliance_testdrive.xml"
, "tests/user/gallery_appliance_versions.xml"
, "tests/user/gallery_appliances.xml"
, "tests/user/generic_error_example.xml"
, "tests/user/gpg_key.xml"
, "tests/user/gpg_keys.xml"
, "tests/user/repositories.xml"
, "tests/user/repository.xml"
, "tests/user/rpm.xml"
, "tests/user/rpms.xml"
, "tests/user/running_build.xml"
, "tests/user/running_builds.xml"
, "tests/user/sharing.xml"
, "tests/user/software.xml"
, "tests/user/software_change.xml"
, "tests/user/software_map.xml"
, "tests/user/template_set.xml"
, "tests/user/template_sets.xml"
, "tests/user/testdrive.xml"
, "tests/user/testdrives.xml"
]
, "scripts": {
"drive": "make do-drive"
, "test": "make do-check"
}
, "dependencies": {
"clone": "~0.1"
, "coffee-script": "~1.4"
, "difflet": "~0.2"
, "sinon": "~1.4"
, "xml2js": ">=0.1.14"
}
, "devDependencies": {
"chai": "~1.5"
, "difflet": "~0.2"
, "mocha": "~1.8"
}
, "optionalDependencies": {}
, "engines": {
"node": ">0.5 <0.9"
}
}