-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
{
"name": "formula",
"scripts": {
"start": "node app.js",
"test": "node ./node_modules/mocha/bin/mocha --recursive test",
"start_machine": "node ./src/machine/server.js"
},
"version": "1.0.0",
"dependencies": {
"body-parser": "^1.15.1",
"debug": "^2.2.0",
"express": "^4.13.4",
"jsonld": "^0.4.2",
"mongoose": "^4.5.2",
"q": "^1.4.1",
"superagent": "^2.0.0-alpha.3",
"webgme-finite-state-machine": "^1.1.1",
"winston": "^2.2.0"
},
"peerDependencies": {
"webgme": "^2.2.0"
},
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.2.5",
"rimraf": "^2.4.0"
},
"description": "## Requirements: [Formula](http://formula.codeplex.com/)",
"main": "app.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/webgme/webgme-formula.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/webgme/webgme-formula/issues"
},
"homepage": "https://github.com/webgme/webgme-formula"
}