regexper-static/package.json

59 lines
1.5 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",
"build": "gulp build",
"start": "gulp"
},
"devDependencies": {
"babel-core": "^6.17.0",
2017-07-29 20:18:52 +00:00
"babel-loader": "^7.1.1",
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",
"canopy": "^0.2.0",
2017-07-29 20:18:52 +00:00
"css-loader": "^0.28.4",
2016-10-15 17:16:13 +00:00
"docco": "^0.7.0",
2017-07-29 20:18:52 +00:00
"extract-loader": "^1.0.0",
"file-loader": "^0.11.2",
2019-01-08 22:58:32 +00:00
"firebase-tools": "^6.2.2",
2015-04-11 17:59:23 +00:00
"folder-toc": "^0.1.0",
"gulp": "^3.8.10",
2017-07-29 20:18:52 +00:00
"gulp-connect": "^5.0.0",
2015-04-11 17:59:23 +00:00
"gulp-docco": "0.0.4",
"gulp-front-matter": "^1.3.0",
2017-07-29 20:18:52 +00:00
"gulp-hb": "^6.0.2",
2015-11-01 16:05:12 +00:00
"gulp-help": "^1.6.1",
2017-07-29 20:18:52 +00:00
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
2016-10-15 21:23:41 +00:00
"gulp-util": "^3.0.7",
"handlebars-layouts": "^3.1.2",
2017-07-29 20:18:52 +00:00
"imports-loader": "^0.7.1",
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",
2017-07-29 20:18:52 +00:00
"karma-webpack": "^2.0.4",
2016-03-10 22:32:33 +00:00
"lodash": "^4.6.1",
"node-bourbon": "^4.2.3",
2017-07-29 20:18:52 +00:00
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"snapsvg": "^0.5.1",
"watchify": "^3.7.0",
2017-07-29 20:18:52 +00:00
"webpack": "^3.4.1"
}
}