42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "regexper",
|
|
"version": "1.0.0",
|
|
"description": "Regular expression visualization tool",
|
|
"homepage": "http://regexper.com",
|
|
"author": {
|
|
"name": "Jeffrey Avallone",
|
|
"email": "jeff.avallone@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"babel-preset-es2015": "^6.0.14",
|
|
"babelify": "^7.1.0",
|
|
"browserify": "^12.0.1",
|
|
"canopy": "^0.2.0",
|
|
"folder-toc": "^0.1.0",
|
|
"gulp": "^3.8.10",
|
|
"gulp-connect": "^2.2.0",
|
|
"gulp-docco": "0.0.4",
|
|
"gulp-front-matter": "^1.3.0",
|
|
"gulp-hb": "^2.6.5",
|
|
"gulp-notify": "^2.0.1",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-sass": "^2.1.0",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"handlebars-layouts": "^3.1.2",
|
|
"jasmine-core": "^2.3.4",
|
|
"karma": "^0.13.14",
|
|
"karma-browserify": "^4.4.0",
|
|
"karma-chrome-launcher": "^0.2.1",
|
|
"karma-jasmine": "^0.3.1",
|
|
"karma-notify-reporter": "^0.1.1",
|
|
"lodash": "^3.10.1",
|
|
"node-bourbon": "^4.2.3",
|
|
"snapsvg": "^0.4.0",
|
|
"through": "^2.3.8",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.1.0"
|
|
}
|
|
}
|