2014-11-23 16:52:45 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2016-10-15 16:16:42 +00:00
|
|
|
"babel-core": "^6.17.0",
|
|
|
|
"babel-loader": "^6.2.5",
|
2015-12-21 19:08:04 +00:00
|
|
|
"babel-polyfill": "^6.3.14",
|
2016-10-15 16:16:42 +00:00
|
|
|
"babel-preset-es2015": "^6.16.0",
|
2015-12-21 19:08:04 +00:00
|
|
|
"babel-runtime": "^6.3.19",
|
2015-11-01 11:50:57 +00:00
|
|
|
"babelify": "^7.1.0",
|
2014-11-25 03:31:20 +00:00
|
|
|
"canopy": "^0.2.0",
|
2015-04-11 17:59:23 +00:00
|
|
|
"folder-toc": "^0.1.0",
|
2014-11-23 17:00:07 +00:00
|
|
|
"gulp": "^3.8.10",
|
2016-07-27 14:42:01 +00:00
|
|
|
"gulp-connect": "^4.2.0",
|
2015-04-11 17:59:23 +00:00
|
|
|
"gulp-docco": "0.0.4",
|
2015-10-31 17:12:14 +00:00
|
|
|
"gulp-front-matter": "^1.3.0",
|
2016-03-10 22:12:35 +00:00
|
|
|
"gulp-hb": "^5.0.1",
|
2015-11-01 16:05:12 +00:00
|
|
|
"gulp-help": "^1.6.1",
|
2016-07-27 14:42:01 +00:00
|
|
|
"gulp-jscs": "^4.0.0",
|
2014-11-23 22:50:30 +00:00
|
|
|
"gulp-notify": "^2.0.1",
|
2015-10-31 17:12:14 +00:00
|
|
|
"gulp-rename": "^1.2.2",
|
2015-12-21 19:08:04 +00:00
|
|
|
"gulp-sass": "^2.1.1",
|
2015-11-01 02:36:37 +00:00
|
|
|
"gulp-sourcemaps": "^1.6.0",
|
2015-10-31 17:12:14 +00:00
|
|
|
"handlebars-layouts": "^3.1.2",
|
2016-10-15 16:16:42 +00:00
|
|
|
"imports-loader": "^0.6.5",
|
2015-12-21 19:08:04 +00:00
|
|
|
"jasmine-core": "^2.4.1",
|
2016-07-27 14:42:01 +00:00
|
|
|
"karma": "^1.1.2",
|
2016-07-27 15:20:11 +00:00
|
|
|
"karma-firefox-launcher": "^1.0.0",
|
2016-07-27 14:42:01 +00:00
|
|
|
"karma-jasmine": "^1.0.2",
|
|
|
|
"karma-notify-reporter": "^1.0.1",
|
2016-10-15 16:33:28 +00:00
|
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
|
|
"karma-webpack": "^1.8.0",
|
2016-03-10 22:32:33 +00:00
|
|
|
"lodash": "^4.6.1",
|
2015-11-01 02:36:37 +00:00
|
|
|
"node-bourbon": "^4.2.3",
|
2015-04-19 11:53:33 +00:00
|
|
|
"snapsvg": "^0.4.0",
|
2015-11-01 12:07:17 +00:00
|
|
|
"vinyl-buffer": "^1.0.0",
|
2016-03-10 22:40:08 +00:00
|
|
|
"vinyl-source-stream": "^1.1.0",
|
2016-10-15 16:16:42 +00:00
|
|
|
"watchify": "^3.7.0",
|
|
|
|
"webpack": "^1.13.2"
|
2014-11-23 16:52:45 +00:00
|
|
|
}
|
|
|
|
}
|