|
1 | 1 | { |
2 | 2 | "name": "contentstack", |
3 | | - "version": "3.1.1", |
4 | | - "description": "The Built.io Contentstack Javascript SDK", |
5 | | - "homepage": "https://www.built.io/products/contentstack/overview", |
| 3 | + "version": "3.2.0", |
| 4 | + "description": "Contentstack Javascript SDK", |
| 5 | + "homepage": "https://www.contentstack.com/", |
6 | 6 | "author": { |
7 | | - "name": "Built.io Contentstack", |
8 | | - "url": "https://www.built.io/" |
| 7 | + "name": "Contentstack", |
| 8 | + "url": "https://www.contentstack.com/" |
9 | 9 | }, |
10 | 10 | "main": "dist/node/contentstack.js", |
| 11 | + "browser": "dist/web/contentstack.js", |
11 | 12 | "_id": "contentstack@3.1.1", |
12 | 13 | "scripts": { |
13 | 14 | "test": "node test.js", |
14 | 15 | "buildnode": "webpack --config webpack/webpack.node.js", |
15 | 16 | "buildweb": "webpack -p --config webpack/webpack.web.js", |
16 | 17 | "buildreactnative": "webpack --config webpack/webpack.react-native.js", |
| 18 | + "buildall": "npm run buildnode&npm run buildweb&npm run buildreactnative", |
17 | 19 | "generate-docs": "node_modules/.bin/jsdoc --configure docs-config.json --verbose" |
18 | 20 | }, |
19 | 21 | "repository": { |
|
50 | 52 | "tmp": "tmp/contentstack-3.0.0.tgz_1477830884275_0.9869455888401717" |
51 | 53 | }, |
52 | 54 | "devDependencies": { |
53 | | - "babel-core": "^6.24.0", |
54 | | - "babel-loader": "^6.4.1", |
55 | | - "babel-plugin-transform-runtime": "^6.23.0", |
56 | | - "babel-preset-env": "^1.3.2", |
57 | | - "babel-preset-es2015": "^6.16.0", |
58 | | - "babel-preset-es2016": "^6.22.0", |
59 | | - "babel-preset-stage-1": "^6.22.0", |
60 | | - "compression-webpack-plugin": "^0.3.1", |
61 | | - "es3ify-loader": "^0.2.0", |
62 | | - "jshint": "~2.6.3", |
| 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", |
63 | 65 | "string-replace-webpack-plugin": "0.0.3", |
64 | | - "tap-json": "^0.1.1", |
65 | | - "tape": "^4.4.0", |
66 | | - "jsdoc": "^3.4.0", |
67 | | - "uglify-js": "^2.6.2", |
68 | | - "webpack": "^2.2.1", |
69 | | - "webpack-md5-hash": "^0.0.5", |
70 | | - "webpack-merge": "^0.17.0" |
| 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" |
71 | 75 | }, |
72 | 76 | "dependencies": { |
73 | | - "babel-runtime": "^6.23.0", |
74 | | - "fs": "0.0.1-security", |
75 | | - "localStorage": "1.0.3", |
76 | | - "nodemailer": "4.0.1", |
77 | | - "path": "^0.12.7", |
78 | | - "q": "1.4.1", |
79 | | - "when": "3.7.8", |
80 | | - "xmlhttprequest": "1.8.0" |
| 77 | + "es6-promise": "4.1.1", |
| 78 | + "isomorphic-fetch": "2.2.1", |
| 79 | + "localStorage": "1.0.3" |
81 | 80 | } |
82 | 81 | } |
0 commit comments