UNPKG

831 BJSONView Raw
1{
2 "name": "starscream",
3 "version": "0.1.12",
4 "description": "JSON transformer with asynchronous converters",
5 "main": "index.js",
6 "scripts": {
7 "test": "node_modules/.bin/mocha --recursive tests",
8 "lint": "node_modules/.bin/eslint .",
9 "precommit": "npm test"
10 },
11 "keywords": [
12 "json",
13 "transformer",
14 "converter",
15 "conversion",
16 "mapping",
17 "asynchronous"
18 ],
19 "author": "GuideSmiths Ltd.",
20 "license": "ISC",
21 "dependencies": {
22 "async": "^1.4.2",
23 "debug": "^2.2.0",
24 "deepmerge": "^0.2.10",
25 "json-pointer": "^0.3.0",
26 "lodash": "^3.10.1",
27 "ramda": "^0.17.1"
28 },
29 "devDependencies": {
30 "husky": "^0.9.3",
31 "eslint": "^0.23.0",
32 "eslint-config-imperative": "0.0.6",
33 "mocha": "^2.2.5",
34 "safe-json-parse": "^4.0.0",
35 "yadda": "^0.15.2"
36 }
37}