regexper-static/package.json

35 lines
867 B
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": {
"browserify": "^9.0.8",
"canopy": "^0.2.0",
2014-11-23 22:00:01 +00:00
"es6ify": "^1.5.1",
2015-04-11 17:59:23 +00:00
"folder-toc": "^0.1.0",
"gulp": "^3.8.10",
"gulp-compass": "^2.0.4",
2014-11-23 17:24:03 +00:00
"gulp-connect": "^2.2.0",
2015-04-11 17:59:23 +00:00
"gulp-docco": "0.0.4",
"gulp-notify": "^2.0.1",
"gulp-plumber": "^1.0.0",
"gulp-tap": "^0.1.3",
"gulp-wrap": "^0.11.0",
"karma": "^0.12.31",
2015-03-07 22:12:55 +00:00
"karma-browserify": "^1.0.1",
"karma-chrome-launcher": "^0.1.8",
"karma-jasmine": "^0.3.1",
"karma-notify-reporter": "^0.1.1",
"lodash": "^3.7.0",
"snapsvg": "^0.4.0",
"through": "^2.3.7"
}
}