forked from rappid/rAppid.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.9 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.9 KB
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
{
"name": "rAppid.js",
"preferGlobal": "false",
"version": "0.5.7",
"author": "rAppid <support@rappidjs.com> (http://rappidjs.com)",
"contributors": [
"Tony Findeisen <tony@rappidjs.com>",
"Marcus Krejpowicz <marcus@rappidjs.com>"
],
"description": "rAppid.js is a declarative JavaScript web application for rapid web application development. It uses XML to define the structure of applications, modules, components and views and JavaScript for the business logic of the application. The XML (xaml) gets translated to javascript components during runtime which will render itself as HTML5 DOM elements. This enables a rapid development of applications.",
"scripts": {
"test": "mocha -R spec",
"postinstall": "node bin/rappidjs postinstall",
"preuninstall": "node bin/rappidjs preuninstall"
},
"bin": {
"rappidjs": "./bin/rappidjs"
},
"lib": "js",
"serverLib": "srv",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/it-ony/rAppid.js.git"
},
"keywords": [
"rAppid",
"rAppid.js",
"rAppid:js",
"RIA",
"Rich Internet Application",
"MVC",
"Model View Controller",
"framework",
"application",
"web",
"xaml"
],
"dependencies": {
"underscore": "latest",
"requirejs": ">=2.0.2",
"flow.js": ">=0.2.5",
"inherit.js": "latest",
"ejs": "latest",
"optimist": ">=0.3.4",
"colors": "*",
"xmlhttprequest": "latest",
"xmldom": "latest"
},
"optionalDependencies": {
"xmlhttprequest": "latest",
"xmldom": "latest"
},
"devDependencies": {
"saucelabs-tunnel": "*",
"saucelabs": "*",
"esprima": "latest",
"chai": "*",
"mocha": "*",
"pegjs": "*",
"grunt": "~0.4.0",
"grunt-contrib-connect": "*",
"wd": "*"
},
"license": "MIT",
"engine": {
"node": ">=0.4"
},
"engines": {
"node": "*"
},
"homepage": "http://rappidjs.com"
}