regexper-static/package.json

54 lines
1.4 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,
"scripts": {
2016-10-15 16:41:44 +00:00
"pretest": "jscs lib/ src/ spec/",
"test": "karma start --single-run"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
2015-12-21 19:08:04 +00:00
"babel-polyfill": "^6.3.14",
"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",
"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",
"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",
"handlebars-layouts": "^3.1.2",
"imports-loader": "^0.6.5",
2015-12-21 19:08:04 +00:00
"jasmine-core": "^2.4.1",
2016-10-15 16:41:44 +00:00
"jscs": "^3.0.7",
2016-07-27 14:42:01 +00:00
"karma": "^1.1.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-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",
"node-bourbon": "^4.2.3",
"snapsvg": "^0.4.0",
2015-11-01 12:07:17 +00:00
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"webpack": "^1.13.2"
}
}