forked from amgrubb/BloomingLeaf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 887 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 887 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
{
"name": "bloomingleaf",
"version": "1.0.0",
"description": "BloomingLeaf is a browser-based tool that uses precise semantics (with Tropos) to model goals and relationships that evolve over time. Simulation techniques are used to enable stakeholders to choose between design alternatives, ask what-if questions, and plan for software evolution in an ever-changing world. BloomingLeaf implements the Evolving Intentions framework.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amgrubb/BloomingLeaf.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/amgrubb/BloomingLeaf/issues"
},
"homepage": "https://github.com/amgrubb/BloomingLeaf#readme",
"dependencies": {
"body-parser": "^2.2.0",
"express": "^5.1.0"
}
}