UNPKG

1.67 kBJSONView Raw
1{
2 "name": "ern-api-gen",
3 "version": "0.38.5",
4 "description": "Electrode Native API generator",
5 "main": "./dist/index.js",
6 "types": "./dist/index.d.ts",
7 "homepage": "http://www.electrode.io",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/electrode-io/electrode-native.git"
11 },
12 "bugs": {
13 "url": "https://github.com/electrode-io/electrode-native/issues"
14 },
15 "scripts": {
16 "build": "ern-typescript",
17 "test": "ern-mocha",
18 "coverage": "ern-nyc",
19 "prepublish": "npm run build",
20 "instrument-dist": "ern-instrument-dist"
21 },
22 "keywords": [
23 "electrode",
24 "ern",
25 "react-native",
26 "api",
27 "node",
28 "android",
29 "ios"
30 ],
31 "contributors": [
32 {
33 "name": "Benoit Lemaire",
34 "email": "blemaire@walmartlabs.com"
35 },
36 {
37 "name": "Bharath Marulasiddappa",
38 "email": "BMarulasiddappa@walmartlabs.com"
39 },
40 {
41 "name": "Deepu Ganapathiyadan",
42 "email": "DGanapathiyadan@walmartlabs.com"
43 },
44 {
45 "name": "Krunal Shah",
46 "email": "KShah1@walmartlabs.com"
47 },
48 {
49 "name": "Weijie Li",
50 "email": "WLi@walmartlabs.com"
51 }
52 ],
53 "license": "Apache-2.0",
54 "dependencies": {
55 "ern-core": "0.38.5",
56 "inquirer": "^3.0.6",
57 "json-stable-stringify": "^1.0.1",
58 "lodash": "^4.17.14",
59 "minimatch": "^3.0.4",
60 "mkdirp": "^0.5.1",
61 "mustache": "^2.3.1",
62 "semver": "^5.5.0",
63 "shelljs": "^0.8.2",
64 "swagger-methods": "^1.0.4",
65 "sway": "^1.0.0"
66 },
67 "devDependencies": {
68 "ern-util-dev": "0.38.5"
69 },
70 "engines": {
71 "node": ">=6"
72 },
73 "gitHead": "c443fd5bf4001512bcc0dfbbaebe21dff0067fa7"
74}