1234567891011121314151617181920212223242526272829 |
- {
- "name": "usim",
- "version": "0.1.0",
- "homepage": "https://github.com/herby/usim",
- "authors": [
- "Herbert Vojčík <herby@mailbox.sk>"
- ],
- "description": "minimal discrete time simulation in javascript",
- "main": "lib/usim.js",
- "moduleType": [
- "amd",
- "globals",
- "node"
- ],
- "keywords": [
- "discrete",
- "time",
- "simulation",
- "minimal"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ]
- }
|