forked from JacobeanRnD/expresscion
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.1 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
{
"name": "scxmld",
"description": "SCXML orchestration server. Implements SMaaS.",
"version": "0.0.1a",
"homepage": "https://github.com/JacobeanRnD/SCXMLD",
"main": "./index.js",
"license": "Apache-2.0",
"author": {
"name": "Jacob Beard",
"email": "jake@jacobeanrnd.com",
"url": "http://github.com/jbeard4"
},
"scripts": {
"preinstall": "npm install -g bower",
"test": "cd SCXMLD-tests && npm install && cd .. && istanbul cover jasmine",
"postinstall": "bower install",
"start": "node index.js"
},
"engines": {
"node": ">= 0.8.x"
},
"bin": {
"scxmld": "index.js"
},
"dependencies": {
"SCXMLD-simple-database-provider": "git://github.com/JacobeanRnD/SCXMLD-simple-database-provider.git",
"SCXMLD-simple-simulation-provider": "git://github.com/JacobeanRnD/SCXMLD-simple-simulation-provider.git",
"async": "^0.9.0",
"cors": "^2.5.3",
"ejs": "^2.3.1",
"express": "^4.12.3",
"libxmljs": "^0.14.0",
"morgan": "^1.5.2",
"smaas-swagger-spec": "git://github.com/JacobeanRnD/SMaaS-swagger-spec.git",
"underscore": "^1.8.3"
}
}