-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.36 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.36 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
{
"name": "bug-js",
"version": "0.1.0",
"description": "Throwables library for JavaScript",
"main": "index.js",
"dependencies": {
"babel-polyfill": "6.7.2",
"error-stack-parser": "1.3.5",
"lodash": "4.6.1",
"object-js": "0.1.0",
"stackframe": "1.0.2",
"stack-generator": "1.0.7"
},
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-eslint": "^6.0.0",
"babel-jest": "^9.0.3",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"eslint": "^2.4.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^2.0.0",
"gulp-jest-iojs": "^1.0.3",
"gulp-recipe": "0.0.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"jest-cli": "^0.9.2"
},
"author": "Brian Neisler <me@brianneisler.com>",
"homepage": "https://github.com/airbug/bug-js",
"repository": {
"type": "git",
"url": "https://github.com/airbug/bug-js.git"
},
"bugs": {
"url": "https://github.com/airbug/bug-js/issues"
},
"license": "MIT",
"keywords": [
"bug",
"oop",
"common",
"error",
"stack",
"throwable",
"trace"
]
}