forked from ripple-emulator/ripple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.41 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
{
"name": "ripple-emulator",
"version": "0.9.36",
"description": "A browser based html5 mobile application development and testing tool",
"homepage": "https://github.com/ripple-emulator/ripple",
"author": {
"name": "Ripple Emulator Community",
"url": "https://github.com/ripple-emulator"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ripple-emulator/ripple"
},
"keywords": [
"cordova",
"phonegap",
"ripple",
"mobile",
"testing",
"test",
"emulator"
],
"bin": {
"ripple": "./bin/ripple"
},
"main": "./lib/index",
"dependencies": {
"accounting": "0.x.x",
"colors": "0.6.0-1",
"connect-xcors": "0.5.2",
"express": "3.1.0",
"moment": "1.x.x",
"open": "0.0.3",
"request": "2.12.0"
},
"devDependencies": {
"bower": "1.3.12",
"connect": "2.3.6",
"coverjs": "0.0.14",
"cssmin": "0.3.1",
"html-minifier": "0.4.5",
"jWorkflow": "0.x.x",
"jsdom": "3.1.0",
"q": "^1.4.1",
"semver": "^4.3.1",
"shelljs": "^0.4.0",
"xmlhttprequest": "1.4.2"
},
"files": [
"README.md",
"LICENSE",
"lib/index.js",
"lib/server",
"lib/cli",
"assets/server",
"pkg/hosted",
"doc",
"bin"
],
"engines": {
"node": ">= 0.12.0",
"npm": ">= 2.5.1"
}
}