-
Notifications
You must be signed in to change notification settings - Fork 168
/
package.json
39 lines (39 loc) · 969 Bytes
/
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
{
"name": "tracekit",
"main": "./tracekit.js",
"version": "0.4.7",
"homepage": "https://github.com/csnover/TraceKit",
"description": "Cross browser stack traces",
"repository": {
"url": "git+https://github.com/csnover/TraceKit.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/csnover/TraceKit/issues"
},
"keywords": [
"TraceKit",
"stack traces"
],
"license": "MIT",
"devDependencies": {
"grunt": "1.3.0",
"grunt-bump": "^0.8.0",
"grunt-cli": "1.3.2",
"grunt-contrib-jasmine": "2.2.0",
"grunt-contrib-jshint": "3.2.0",
"grunt-jsdoc": "2.4.1",
"jasmine": "3.6.4",
"jasmine-core": "3.6.0",
"karma": "6.4.4",
"karma-jasmine": "4.0.1",
"karma-phantomjs-launcher": "1.0.4",
"phantomjs-prebuilt": "2.1.16"
},
"scripts": {
"build": "grunt default",
"test": "grunt test"
},
"typings": "tracekit.d.ts",
"author": "Blake Niemyjski <[email protected]>"
}