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
35 lines (35 loc) · 816 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 816 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
{
"name": "tracekit",
"main": "./tracekit.js",
"version": "0.3.5",
"homepage": "https://github.com/csnover/TraceKit",
"description": "Cross browser stack traces",
"repository": {
"type": "git",
"url": "https://github.com/csnover/TraceKit.git"
},
"bugs": {
"url": "https://github.com/csnover/TraceKit/issues"
},
"keywords": [
"TraceKit",
"stack traces"
],
"license": "MIT",
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "1.2.0",
"grunt-contrib-jasmine": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-jsdoc": "1.1.0",
"jasmine": "2.4.1",
"jasmine-core": "2.4.1",
"karma": "0.13.22",
"karma-chrome-launcher": "0.2.3",
"karma-jasmine": "0.3.8"
},
"scripts": {
"test": "grunt test"
},
"typings": "tracekit.d.ts"
}