forked from rapp-project/rapp-api-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.27 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
{
"name": "rapp-platform-api",
"version": "0.7.5",
"description": "Containes RAPPCloud API modules used for interfering wth RAPP Platform as well as the RAPP Objects.",
"engines": {
"node": ">= 0.10.0"
},
"main": "rapp_platform_api.js",
"directories": {
"example": "examples",
"test": "test"
},
"dependencies": {
"form-data": "~1.0.0-rc3",
"home-dir": "~1.0.0",
"randomstring": "~1.1.3",
"request": "^2.79.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.3",
"grunt-jsdoc": "~1.1.0",
"grunt-shell": "~1.1.2",
"ink-docstrap": "~0.5.4",
"jsdoc": "~3.4.0",
"jshint": "~2.9.1",
"unit.js": "~2.0.0",
"mocha": "~3.1.2"
},
"scripts": {
"test": "node_modules/.bin/mocha test",
"doc": "rm -rf doc && grunt doc-gen",
"jshint": "node_modules/.bin/jshint lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rapp-project/rapp-api"
},
"keywords": [
"robotics",
"cloud",
"cloud robotics",
"robot apps",
"robotic applications",
"path planning",
"web services",
"face detection",
"qr detection",
"human detection",
"object recognition",
"text to speech",
"computer vision",
"ontology",
"tts",
"speech recognition",
"hazard detection"
],
"author": {
"name": "leizer",
"email": "[email protected]"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rapp-project/rapp-api/issues"
},
"homepage": "https://github.com/rapp-project/rapp-api",
"_id": "[email protected]",
"_shasum": "e73813c3ffd97aebd680accaa44b8f511d59ac4b",
"_from": "rapp-api@latest",
"_npmVersion": "2.14.22",
"_nodeVersion": "0.10.25",
"_npmUser": {
"name": "leizer",
"email": "[email protected]"
},
"dist": {
"shasum": "e73813c3ffd97aebd680accaa44b8f511d59ac4b",
"tarball": "https://registry.npmjs.org/rapp-api/-/rapp-platform-api-0.6.2.tgz"
},
"maintainers": [
{
"name": "leizer",
"email": "[email protected]"
}
],
"_npmOperationalInternal": {
"host": "packages-13-west.internal.npmjs.com",
"tmp": "tmp/rapp-api-0.6.2.tgz_1457700493584_0.9652831763960421"
},
"_resolved": "https://registry.npmjs.org/rapp-api/-/rapp-api-0.6.2.tgz"
}