-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 735 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 735 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
{
"name": "source-map-stack",
"description": "Apply source maps of current file to stack traces.",
"repository": "git://github.com/joshrtay/source-map-stack.git",
"version": "0.1.7",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"prepublish": "make build",
"postpublish": "make clean",
"postversion": "git push && git push --tags && npm publish --access=public"
},
"dependencies": {
"@f/require-content": "^1.0.1",
"source-map": "^0.5.3",
"stack-trace": "0.0.9"
},
"devDependencies": {
"@f/require-content": "^1.0.0",
"babel-cli": "^6.4.0",
"babel-polyfill": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.3.13",
"tape": "^4.2.2"
}
}