-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 1.16 KB
/
package.json
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
{
"name": "parse-auditor",
"version": "1.0.0",
"description": "Audit module for Parse Platform",
"homepage": "https://www.blackburnlabs.com/parse-auditor",
"author": "Robert Blackburn <[email protected]> (https://www.blackburnlabs.com)",
"contributors": [
"Robert Blackburn <[email protected]> (https://www.blackburnlabs.com)"
],
"keywords": [
"audit",
"history",
"parse",
"cloud"
],
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/Blackburn-Labs/parse-auditor"
},
"bugs": {
"url": "https://github.com/Blackburn-Labs/parse-auditor/issues"
},
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "cross-env eslint . --ext .js --ignore-path .gitignore --cache",
"bundle": "cross-env webpack --progress --config webpack.config.js"
},
"license": "BSD-3-Clause",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"babel-loader": "^8.0.6",
"core-js": "^3.6.4",
"cross-env": "^6.0.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}