@tdb/web
Version:
Common condiguration for serving a web-site and testing web-based UI components.
57 lines (56 loc) • 1.55 kB
JSON
{
"name": "stackframe",
"description": "JS Object representation of a stack frame",
"maintainers": [
"Eric Wendelin <me@eriwen.com> (https://www.eriwen.com)",
"Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)",
"Oliver Salzburg (https://github.com/oliversalzburg)"
],
"version": "1.0.4",
"license": "MIT",
"keywords": [
"stacktrace",
"error",
"debugger",
"stack frame"
],
"homepage": "https://www.stacktracejs.com",
"repository": {
"type": "git",
"url": "git://github.com/stacktracejs/stackframe.git"
},
"devDependencies": {
"colors": "^1.1.2",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-jshint": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.12.0",
"gulp-uglify": "^1.5.4",
"jasmine": "^2.7.0",
"jasmine-core": "^2.7.0",
"jscs": "^2.11.0",
"jshint": "^2.9.5",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-coverage": "^0.5.5",
"karma-firefox-launcher": "^0.1.7",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "^0.3.8",
"karma-opera-launcher": "^0.3.0",
"karma-phantomjs2-launcher": "^0.3.2",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.3.1",
"karma-spec-reporter": "0.0.23",
"run-sequence": "^1.2.2"
},
"bugs": {
"url": "https://github.com/stacktracejs/stackframe/issues"
},
"main": "./stackframe.js",
"scripts": {
"test": "gulp test",
"prepublish": "gulp dist"
}
}