forked from blackberry/Ripple-UI
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 936 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 936 Bytes
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
{
"name": "ripple",
"version": "0.9.10",
"description": "A browser based html5 mobile application development and testing tool",
"homepage": "http://github.com/blackberry/Ripple-UI",
"author": {
"name": "Research In Motion",
"url": "http://github.com/blackberry/Ripple-UI"
},
"licenses": [{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}],
"bin": { "ripple": "./bin/ripple" },
"dependencies": {
"express": "3.0.0rc5",
"connect-xcors": "0.5.2",
"request": "2.11.4",
"colors" : "0.6.0-1"
},
"devDependencies": {
"connect": "2.3.6",
"jsdom": "0.2.14",
"cssmin": "0.3.1",
"html-minifier": "0.4.5",
"jWorkflow": "0.x.x",
"xmlhttprequest": "1.4.2"
},
"files": [
"README.md",
"LICENSE",
"index.js",
"server",
"cli",
"doc",
"bin"
],
"engines": {
"node": ">= 0.8.0",
"npm": ">= 1.1.0"
}
}