UNPKG

775 BJSONView Raw
1{
2 "name": "json-future",
3 "description": "Unbelievable and Modern JSON interface.",
4 "homepage": "https://github.com/Kikobeats/json-future",
5 "version": "1.1.1",
6 "main": "./dist/json-future.js",
7 "authors": [
8 {
9 "name": "Kiko Beats",
10 "email": "josefrancisco.verdu@gmail.com",
11 "homepage": "https://github.com/Kikobeats"
12 }
13 ],
14 "repository": "Kikobeats/json-future",
15 "bugs": {
16 "url": "https://github.com/Kikobeats/json-future/issues"
17 },
18 "keywords": [
19 "ECMAScript 7",
20 "ES2016",
21 "ES7",
22 "JSON",
23 "async",
24 "future",
25 "interface",
26 "load",
27 "parse",
28 "stringify",
29 "write"
30 ],
31 "ignore": [
32 "**/.*",
33 "bower_components",
34 "node_modules",
35 "test",
36 "tests"
37 ],
38 "license": "MIT"
39}