63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"name": "escaper",
|
|
"description": "Small JavaScript library for replacing string literals, regular expressions and comments in JavaScript syntax.",
|
|
"homepage": "https://github.com/kobezzza/Escaper",
|
|
"main": "dist/escaper.js",
|
|
"jsnext:main": "src/escaper.js",
|
|
"typings": "escaper.d.ts",
|
|
"version": "2.5.3",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "kobezzza",
|
|
"email": "kobezzza@mail.ru",
|
|
"url": "https://github.com/kobezzza"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/kobezzza/Escaper.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kobezzza/Escaper/issues"
|
|
},
|
|
"keywords": [
|
|
"javascript",
|
|
"string"
|
|
],
|
|
"devDependencies": {
|
|
"@types/gulp": "^4.0.5",
|
|
"babel-core": "^6.26.0",
|
|
"babel-plugin-transform-remove-strict-mode": "0.0.2",
|
|
"babel-preset-es2015-rollup": "^3.0.0",
|
|
"bower": "^1.8.2",
|
|
"closurecompiler-externs": "^1.0.4",
|
|
"coveralls": "^3.0.0",
|
|
"eslint": "^4.16.0",
|
|
"glob": "^7.1.2",
|
|
"gulp": "^4.0.0",
|
|
"gulp-bump": "^3.0.0",
|
|
"gulp-closure-compiler": "^0.4.0",
|
|
"gulp-download": "0.0.1",
|
|
"gulp-eol": "^0.2.0",
|
|
"gulp-header": "^2.0.1",
|
|
"gulp-ignore": "^2.0.2",
|
|
"gulp-istanbul": "^1.1.3",
|
|
"gulp-jasmine": "^3.0.0",
|
|
"gulp-load-plugins": "^1.5.0",
|
|
"gulp-monic": "^2.0.13",
|
|
"gulp-plumber": "^1.2.0",
|
|
"gulp-replace": "^0.6.1",
|
|
"gulp-rollup": "^2.16.1",
|
|
"gulp-run": "^1.6.8",
|
|
"gulp-wrap": "^0.13.0",
|
|
"jasmine": "^2.9.0",
|
|
"monic": "^2.5.1",
|
|
"rollup-plugin-babel": "^3.0.3",
|
|
"yaspeller": "^4.0.3"
|
|
},
|
|
"scripts": {
|
|
"test": "bower install && jasmine",
|
|
"test-coverage": "bower install && gulp test",
|
|
"full-test": "npm run test-coverage && yaspeller ./"
|
|
}
|
|
}
|