Bugs fixed; version up
[sdk/tools/web-simulator.git] / web / package.json
1 {
2   "name": "ripple",
3   "version": "0.9.8",
4   "description": "A browser based html5 mobile application development and testing tool",
5   "homepage": "http://github.com/blackberry/Rippe-UI",
6   "author": {
7     "name": "Research In Motion",
8     "url": "http://github.com/blackberry/Ripple-UI"
9   },
10   "licenses": [{
11     "type": "Apache 2.0",
12     "url": "http://www.apache.org/licenses/LICENSE-2.0"
13   }],
14   "bin": { "ripple": "./bin/ripple" },
15   "main": "lib/index",
16   "dependencies": {
17     "connect": "2.3.6",
18     "jsdom": "0.2.14",
19     "jWorkflow": "*"
20   },
21   "bundledDependencies": [
22     "connect",
23     "argsparser"
24   ],
25   "files": [
26     "pkg/web",
27     "node_modules",
28     "README.md",
29     "LICENSE",
30     "lib",
31     "bin"
32   ],
33   "private": true
34 }