2016-07-26 08:27:44 -06:00
|
|
|
{
|
|
|
|
"//": [
|
|
|
|
"Copyright 2016 The Go Authors. All rights reserved.",
|
|
|
|
"Use of this source code is governed by a BSD-style",
|
|
|
|
"license that can be found in the LICENSE file.",
|
|
|
|
|
|
|
|
"This file exists to help import typescript typings",
|
|
|
|
"for web features used in this project. Neither the",
|
|
|
|
"typings nor node or npm are required to do development",
|
|
|
|
"on the code in this project.",
|
|
|
|
|
|
|
|
"If you do have npm installed, use the `npm i` command",
|
|
|
|
"in this directory to install the typings."
|
|
|
|
],
|
|
|
|
"private": true,
|
2016-08-02 14:38:13 -06:00
|
|
|
"name": "@golangtools/heapview",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/webcomponents.js": "latest",
|
|
|
|
"@types/whatwg-fetch": "latest",
|
|
|
|
"@types/jasmine": "latest",
|
|
|
|
|
|
|
|
"jasmine-core": "latest",
|
|
|
|
"karma": "latest",
|
|
|
|
"karma-jasmine": "latest",
|
|
|
|
"karma-chrome-launcher": "latest",
|
|
|
|
|
|
|
|
"clang-format": "latest"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "karma start testing/karma.conf.js",
|
2016-08-04 12:24:04 -06:00
|
|
|
"format": "find . | grep '\\(test_main\\.js\\|\\.ts\\)$' | xargs clang-format -i",
|
|
|
|
"lint": "tslint --project ."
|
2016-07-26 08:27:44 -06:00
|
|
|
}
|
|
|
|
}
|