-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "sugo-agent-file",
"version": "1.0.12",
"description": "Client for sugo-endpoint-file",
"main": "lib",
"browser": "shim/browser",
"scripts": {
"prepare": "node ./ci/build.js && ./ci/shim.js",
"test": "node ./ci/test.js"
},
"repository": "realglobe-Inc/sugo-agent-file",
"keywords": [
"SUGOS",
"agent"
],
"author": {
"email": "okunishitaka.com@gmail.com",
"name": "Taka Okunishi",
"url": "http://okunishitaka.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/realglobe-Inc/sugo-agent-file/issues"
},
"homepage": "https://github.com/realglobe-Inc/sugo-agent-file#readme",
"dependencies": {
"co": "^4.6.0",
"sugo-agent-base": "^1.2.11"
},
"devDependencies": {
"ape-tmpl": "^5.0.15",
"coz": "^6.0.16",
"injectmock": "^2.0.0",
"sg-server": "^1.3.1",
"sugo-agent-base": "^1.2.11",
"sugo-ci-agent": "^2.0.1",
"sugo-endpoint-file": "^1.0.7",
"sugos-assets": "^2.0.2",
"sugos-travis": "^2.0.7"
},
"engines": {
"node": ">=6",
"npm": ">=4"
}
}