UNPKG

1.44 kBJSONView Raw
1{
2 "name": "json-future",
3 "description": "Unbelievable and Modern JSON interface.",
4 "homepage": "https://github.com/Kikobeats/json-future",
5 "version": "2.0.1",
6 "main": "lib",
7 "author": {
8 "name": "Kiko Beats",
9 "email": "josefrancisco.verdu@gmail.com",
10 "url": "https://github.com/Kikobeats"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/kikobeats/json-future.git"
15 },
16 "bugs": {
17 "url": "https://github.com/Kikobeats/json-future/issues"
18 },
19 "keywords": [
20 "ECMAScript 7",
21 "ES2016",
22 "ES7",
23 "JSON",
24 "async",
25 "future",
26 "interface",
27 "load",
28 "parse",
29 "stringify",
30 "write"
31 ],
32 "dependencies": {
33 "args-js": "~0.10.11",
34 "async": "~2.0.0",
35 "cb2promise": "~1.0.2",
36 "json-stringify-safe": "~5.0.1",
37 "load-json-file": "~2.0.0",
38 "nodeify": "~1.0.0",
39 "parse-json": "~2.2.0",
40 "sliced": "~1.0.1",
41 "write-json-file": "~2.0.0"
42 },
43 "devDependencies": {
44 "coveralls": "latest",
45 "git-dirty": "latest",
46 "mocha": "latest",
47 "nyc": "latest",
48 "should": "latest",
49 "standard": "latest"
50 },
51 "engines": {
52 "node": ">= 4"
53 },
54 "files": [
55 "lib",
56 "register.js"
57 ],
58 "scripts": {
59 "clean": "rm -rf node_modules",
60 "coveralls": "nyc report --reporter=text-lcov | coveralls",
61 "lint": "standard lib",
62 "pretest": "npm run lint",
63 "test": "nyc mocha"
64 },
65 "license": "MIT"
66}