|
1 | 1 | { |
2 | | - "name": "contentstack", |
3 | | - "version": "3.2.1", |
4 | | - "description": "Contentstack Javascript SDK", |
5 | | - "homepage": "https://www.contentstack.com/", |
6 | | - "author": { |
7 | | - "name": "Contentstack", |
8 | | - "url": "https://www.contentstack.com/" |
9 | | - }, |
10 | | - "main": "dist/node/contentstack.js", |
11 | | - "browser": "dist/web/contentstack.js", |
12 | | - "_id": "contentstack@3.1.1", |
13 | | - "scripts": { |
14 | | - "test": "node test.js", |
15 | | - "buildnode": "webpack --config webpack/webpack.node.js", |
16 | | - "buildweb": "webpack -p --config webpack/webpack.web.js", |
17 | | - "buildreactnative": "webpack --config webpack/webpack.react-native.js", |
18 | | - "buildall": "npm run buildnode&npm run buildweb&npm run buildreactnative", |
19 | | - "generate-docs": "node_modules/.bin/jsdoc --configure docs-config.json --verbose" |
20 | | - }, |
21 | | - "repository": { |
22 | | - "type": "git", |
23 | | - "url": "https://github.com/builtio-contentstack/contentstack-javascript.git" |
24 | | - }, |
25 | | - "_shasum": "a328ed07240476a26b31a23261355dc929e1da63", |
26 | | - "_from": "contentstack@latest", |
27 | | - "_npmVersion": "3.8.9", |
28 | | - "_nodeVersion": "6.2.0", |
29 | | - "_npmUser": { |
30 | | - "name": "mynk", |
31 | | - "email": "mayank@raweng.com" |
32 | | - }, |
33 | | - "maintainers": [ |
34 | | - { |
35 | | - "name": "hiteshbal", |
36 | | - "email": "hitesh.baldaniya@raweng.com" |
| 2 | + "name": "contentstack", |
| 3 | + "version": "3.3.0", |
| 4 | + "description": "Contentstack Javascript SDK", |
| 5 | + "homepage": "https://www.contentstack.com/", |
| 6 | + "author": { |
| 7 | + "name": "Contentstack", |
| 8 | + "url": "https://www.contentstack.com/" |
37 | 9 | }, |
38 | | - { |
39 | | - "name": "mynk", |
40 | | - "email": "mayank@raweng.com" |
| 10 | + "main": "dist/node/contentstack.js", |
| 11 | + "browser": "dist/web/contentstack.js", |
| 12 | + "_id": "contentstack@3.1.1", |
| 13 | + "scripts": { |
| 14 | + "test": "node test.js", |
| 15 | + "buildnode": "webpack --config webpack/webpack.node.js", |
| 16 | + "buildweb": "webpack -p --config webpack/webpack.web.js", |
| 17 | + "buildreactnative": "webpack --config webpack/webpack.react-native.js", |
| 18 | + "buildall": "npm run buildnode&npm run buildweb&npm run buildreactnative", |
| 19 | + "generate-docs": "node_modules/.bin/jsdoc --configure docs-config.json --verbose" |
| 20 | + }, |
| 21 | + "repository": { |
| 22 | + "type": "git", |
| 23 | + "url": "https://github.com/builtio-contentstack/contentstack-javascript.git" |
| 24 | + }, |
| 25 | + "_shasum": "a328ed07240476a26b31a23261355dc929e1da63", |
| 26 | + "_from": "contentstack@latest", |
| 27 | + "_npmVersion": "3.8.9", |
| 28 | + "_nodeVersion": "6.2.0", |
| 29 | + "_npmUser": { |
| 30 | + "name": "mynk", |
| 31 | + "email": "mayank@raweng.com" |
| 32 | + }, |
| 33 | + "maintainers": [ |
| 34 | + { |
| 35 | + "name": "hiteshbal", |
| 36 | + "email": "hitesh.baldaniya@raweng.com" |
| 37 | + }, |
| 38 | + { |
| 39 | + "name": "mynk", |
| 40 | + "email": "mayank@raweng.com" |
| 41 | + } |
| 42 | + ], |
| 43 | + "dist": { |
| 44 | + "shasum": "a328ed07240476a26b31a23261355dc929e1da63", |
| 45 | + "tarball": "https://registry.npmjs.org/contentstack/-/contentstack-3.0.0.tgz" |
| 46 | + }, |
| 47 | + "license": "MIT", |
| 48 | + "directories": {}, |
| 49 | + "_resolved": "https://registry.npmjs.org/contentstack/-/contentstack-3.0.0.tgz", |
| 50 | + "_npmOperationalInternal": { |
| 51 | + "host": "packages-18-east.internal.npmjs.com", |
| 52 | + "tmp": "tmp/contentstack-3.0.0.tgz_1477830884275_0.9869455888401717" |
| 53 | + }, |
| 54 | + "devDependencies": { |
| 55 | + "babel-core": "6.26.0", |
| 56 | + "babel-loader": "7.1.2", |
| 57 | + "babel-plugin-transform-runtime": "6.23.0", |
| 58 | + "babel-preset-env": "1.6.1", |
| 59 | + "babel-preset-es2015": "6.24.1", |
| 60 | + "babel-preset-es2016": "6.24.1", |
| 61 | + "babel-preset-stage-1": "6.24.1", |
| 62 | + "babel-runtime": "6.26.0", |
| 63 | + "compression-webpack-plugin": "1.0.1", |
| 64 | + "es3ify-loader": "0.2.0", |
| 65 | + "jsdoc": "3.5.5", |
| 66 | + "jshint": "2.9.5", |
| 67 | + "nodemailer": "^4.3.1", |
| 68 | + "request": "^2.83.0", |
| 69 | + "string-replace-loader": "1.3.0", |
| 70 | + "string-replace-webpack-plugin": "0.1.3", |
| 71 | + "tap-json": "1.0.0", |
| 72 | + "tape": "4.8.0", |
| 73 | + "uglify-js": "2.8.29", |
| 74 | + "webpack": "2.7.0", |
| 75 | + "webpack-md5-hash": "0.0.5", |
| 76 | + "webpack-merge": "4.1.0" |
| 77 | + }, |
| 78 | + "dependencies": { |
| 79 | + "es6-promise": "4.1.1", |
| 80 | + "isomorphic-fetch": "2.2.1", |
| 81 | + "localStorage": "1.0.3" |
41 | 82 | } |
42 | | - ], |
43 | | - "dist": { |
44 | | - "shasum": "a328ed07240476a26b31a23261355dc929e1da63", |
45 | | - "tarball": "https://registry.npmjs.org/contentstack/-/contentstack-3.0.0.tgz" |
46 | | - }, |
47 | | - "license": "MIT", |
48 | | - "directories": {}, |
49 | | - "_resolved": "https://registry.npmjs.org/contentstack/-/contentstack-3.0.0.tgz", |
50 | | - "_npmOperationalInternal": { |
51 | | - "host": "packages-18-east.internal.npmjs.com", |
52 | | - "tmp": "tmp/contentstack-3.0.0.tgz_1477830884275_0.9869455888401717" |
53 | | - }, |
54 | | - "devDependencies": { |
55 | | - "babel-core": "6.24.0", |
56 | | - "babel-loader": "6.4.1", |
57 | | - "babel-plugin-transform-runtime": "6.23.0", |
58 | | - "babel-preset-env": "1.3.2", |
59 | | - "babel-preset-es2015": "6.16.0", |
60 | | - "babel-preset-es2016": "6.22.0", |
61 | | - "babel-preset-stage-1": "6.22.0", |
62 | | - "compression-webpack-plugin": "0.3.1", |
63 | | - "es3ify-loader": "0.2.0", |
64 | | - "jshint": "2.6.3", |
65 | | - "string-replace-webpack-plugin": "0.0.3", |
66 | | - "tap-json": "0.1.1", |
67 | | - "tape": "4.4.0", |
68 | | - "jsdoc": "3.4.0", |
69 | | - "uglify-js": "2.6.2", |
70 | | - "webpack": "2.2.1", |
71 | | - "webpack-md5-hash": "0.0.5", |
72 | | - "webpack-merge": "0.17.0", |
73 | | - "babel-runtime": "6.23.0", |
74 | | - "string-replace-loader": "1.3.0" |
75 | | - }, |
76 | | - "dependencies": { |
77 | | - "es6-promise": "4.1.1", |
78 | | - "isomorphic-fetch": "2.2.1", |
79 | | - "localStorage": "1.0.3" |
80 | | - } |
81 | 83 | } |
0 commit comments