forked from csnover/TraceKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 969 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 969 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
39
40
41
{
"name": "tracekit",
"main": "./tracekit.js",
"version": "0.4.5",
"homepage": "https://github.com/csnover/TraceKit",
"description": "Cross browser stack traces",
"repository": {
"url": "https://github.com/csnover/TraceKit.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/csnover/TraceKit/issues"
},
"keywords": [
"TraceKit",
"stack traces"
],
"license": "MIT",
"devDependencies": {
"gulp": "3.9.1",
"gulp-jsdoc3": "^2.0.0",
"gulp-jshint": "^2.1.0",
"jasmine": "3.1.0",
"jasmine-core": "3.1.0",
"jsdoc": "3.5.5",
"jshint": "^2.9.5",
"karma": "2.0.4",
"karma-chrome-launcher": "2.2.0",
"karma-jasmine": "1.1.2",
"karma-phantomjs-launcher": "1.0.4",
"phantomjs-prebuilt": "2.1.16"
},
"scripts": {
"test": "gulp test"
},
"typings": "tracekit.d.ts",
"author": "Blake Niemyjski <bniemyjski@gmail.com>",
"dependencies": {
"gulp-bump": "^3.1.1"
}
}