-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 787 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 787 Bytes
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
{
"name": "debug-squasher",
"version": "1.8.0",
"description": "debug tool used for app store and other projects.",
"main": "src/util.js",
"engines": {
"node": "v6.2.0",
"npm": "3.8.9"
},
"scripts": {
"test": "mocha"
},
"author": "Patrick Funom Tunga-Lergo",
"license": "ISC",
"keywords": [
"tool",
"debug",
"debug-squasher",
"debugger",
"thebug",
"utility"
],
"dependencies": {
"colors": "1.1.2",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"moment": "^2.22.2"
},
"devDependencies": {
"chai": "3.5.0",
"eslint": "2.11.1",
"eslint-config-airbnb": "9.0.1",
"eslint-plugin-import": "1.8.1",
"eslint-plugin-jsx-a11y": "1.3.0",
"eslint-plugin-react": "5.1.1",
"sinon": "1.17.4"
}
}