regexper-static/package.json

48 lines
1.2 KiB
JSON
Raw Normal View History

{
"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": {
2015-12-21 19:08:04 +00:00
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-runtime": "^6.3.19",
2015-11-01 11:50:57 +00:00
"babelify": "^7.1.0",
"browserify": "^13.0.0",
"canopy": "^0.2.0",
2015-04-11 17:59:23 +00:00
"folder-toc": "^0.1.0",
"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",
"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",
"gulp-notify": "^2.0.1",
"gulp-rename": "^1.2.2",
2015-12-21 19:08:04 +00:00
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
2015-11-01 16:32:05 +00:00
"gulp-uglify": "^1.4.2",
"handlebars-layouts": "^3.1.2",
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",
"karma-browserify": "^5.0.2",
"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-03-10 22:32:33 +00:00
"lodash": "^4.6.1",
"node-bourbon": "^4.2.3",
"snapsvg": "^0.4.0",
2015-11-01 12:07:17 +00:00
"through": "^2.3.8",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}