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