regexper-static/package.json

38 lines
991 B
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": {
"browserify": "^6.3.2",
"canopy": "^0.2.0",
"es6ify": "^1.5.1",
"exorcist": "^0.1.6",
"gulp": "^3.8.10",
"gulp-compass": "^2.0.3",
"gulp-connect": "^2.2.0",
"gulp-notify": "^2.0.1",
"gulp-plumber": "^0.6.6",
"gulp-tap": "^0.1.3",
"gulp-watch": "^2.0.0",
"gulp-wrap": "^0.5.0",
"karma": "^0.12.25",
"karma-browserify": "^1.0.0",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.1",
"karma-notify-reporter": "^0.1.1",
"lodash": "^2.4.1",
"mold-source-map": "^0.3.0",
"q": "^1.1.2",
"snapsvg": "git://github.com/adobe-webplatform/Snap.svg#dev",
"through": "^2.3.6",
"vinyl-transform": "^1.0.0"
}
}