UNPKG

460 BJSONView Raw
1{
2 "name": "ion",
3 "version": "0.9.7",
4 "homepage": "https://github.com/krisnye/ion",
5 "authors": [
6 "krisnye <krisnye@gmail.com>"
7 ],
8 "description": "reactive javascript",
9 "main": "dist/ion-browser.js",
10 "moduleType": [
11 "node"
12 ],
13 "keywords": [
14 "ion",
15 "javascript",
16 "reactive"
17 ],
18 "license": "MIT",
19 "ignore": [
20 "**/.*",
21 "node_modules",
22 "bower_components",
23 "test",
24 "tests",
25 "docs",
26 "boot"
27 ]
28}