forked from apache/incubator-retired-ripple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.32 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
{
"name": "ripple-emulator",
"version": "0.9.18",
"description": "A browser based html5 mobile application development and testing tool",
"homepage": "http://ripple.incubator.apache.org/",
"author": {
"name": "Apache Ripple Community",
"url": "http://ripple.incubator.apache.org/"
},
"licenses": [{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}],
"repository": {
"type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/incubator-ripple.git"
},
"keywords": [
"cordova",
"phonegap",
"ripple",
"mobile",
"testing",
"test",
"emulator"
],
"bin": { "ripple": "./bin/ripple" },
"main": "./lib/index",
"dependencies": {
"express": "3.1.0",
"connect-xcors": "0.5.2",
"request": "2.12.0",
"colors" : "0.6.0-1",
"moment" : "1.x.x",
"accounting" : "0.x.x"
},
"devDependencies": {
"connect": "2.3.6",
"jsdom": "0.6.x",
"cssmin": "0.3.1",
"html-minifier": "0.4.5",
"jWorkflow": "0.x.x",
"xmlhttprequest": "1.4.2",
"coverjs": "0.0.14",
"bower": "0.9.x"
},
"files": [
"README.md",
"LICENSE",
"lib/index.js",
"lib/server",
"lib/cli",
"assets/server",
"pkg/hosted",
"doc",
"bin"
],
"engines": {
"node": ">= 0.8.0",
"npm": ">= 1.1.0"
}
}