-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 881 Bytes
/
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
{
"name": "economy",
"version": "1.0.1",
"description": "balance sheet based simulation of monetary economy",
"main": "SOURCE/index.js",
"scripts": {
"bundle": "mkdir -p BUILD/ && browserify SOURCE/index.js -o BUILD/bundle.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"money",
"simulation",
"banking",
"economy"
],
"author": "serapath <[email protected]> (http://www.github.com/serapath)",
"license": "MIT",
"dependencies": {
"getval": "^1.0.0"
},
"devDependencies": {
"browserify": "^9.0.8"
},
"repository": {
"type": "git",
"url": "https://github.com/serapath/economy.git"
},
"author": "serapath <[email protected]> (http://www.github.com/serapath)",
"bugs": {
"url": "https://github.com/serapath/economy/issues"
},
"homepage": "https://github.com/serapath/economy"
}