orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
52 lines (51 loc) • 1.58 kB
JSON
{
"name": "stackframe",
"description": "JS Object representation of a stack frame",
"maintainers": [
"Eric Wendelin <me@eriwen.com> (http://www.eriwen.com)",
"Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)",
"Oliver Salzburg (https://github.com/oliversalzburg)"
],
"version": "0.3.1",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"stacktrace",
"error",
"debugger",
"stack frame"
],
"homepage": "http://www.stacktracejs.com",
"repository": {
"type": "git",
"url": "git://github.com/stacktracejs/stackframe.git"
},
"devDependencies": {
"colors": "^1.1.2",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"jasmine-node": "~1.14",
"karma": "~0.12",
"karma-chrome-launcher": "^0.1.5",
"karma-coverage": "^0.2.6",
"karma-firefox-launcher": "^0.1.3",
"karma-ie-launcher": "^0.1.5",
"karma-jasmine": "^0.2.3",
"karma-opera-launcher": "^0.1.0",
"karma-phantomjs2-launcher": "^0.3.0",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.2.10",
"run-sequence": "^1.1.2"
},
"bugs": {
"url": "https://github.com/stacktracejs/stackframe/issues"
},
"main": "./stackframe.js",
"scripts": {
"test": "gulp test"
}
}