mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-23 11:46:46 +10:00
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "pinpoint",
|
|
"version": "1.6.0",
|
|
"description": "",
|
|
"main": "Gruntfile.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"grunt": "^1.0.1",
|
|
"grunt-cli": "^1.2.0",
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-jshint": "^1.0.0",
|
|
"grunt-contrib-uglify": "^1.0.1",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-regex-replace": "^0.2.9",
|
|
"gulp": "^3.9.1",
|
|
"gulp-banner": "^0.1.3",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-jshint": "^2.0.1",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"gulp-uglify": "^1.5.3",
|
|
"load-grunt-config": "^0.19.2",
|
|
"time-grunt": "^1.3.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"pinpoint",
|
|
"apm"
|
|
],
|
|
"author": "NAVER Corp",
|
|
"license": "MIT",
|
|
"readmeFilename": "README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/naver/pinpoint"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/naver/pinpoint/issues"
|
|
}
|
|
}
|