mirror of
https://gitlab.silvrtree.co.uk/martind2000/frontexpress.git
synced 2025-01-11 06:55:07 +00:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "frontexpress",
|
|
"version": "0.1.10",
|
|
"description": "Frontexpress manages routes in browser like ExpressJS on Node",
|
|
"main": "dist/frontexpress.js",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"only-test": "mocha --compilers js:babel-core/register",
|
|
"test": "npm run lint && babel-node node_modules/.bin/babel-istanbul cover node_modules/.bin/_mocha",
|
|
"frontpackage": "rollup -c rollup.config.dev.js && rollup -c rollup.config.prod.js",
|
|
"prepublish": "rimraf dist && babel lib -d dist"
|
|
},
|
|
"author": "Camel Aissani <camel.aissani@gmail.com> (https://nuageprive.fr)",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.2.6"
|
|
},
|
|
"repository": "camelaissani/frontexpress",
|
|
"keywords": [
|
|
"front",
|
|
"framework",
|
|
"web",
|
|
"router",
|
|
"middleware",
|
|
"app",
|
|
"api",
|
|
"express",
|
|
"frontexpress"
|
|
],
|
|
"devDependencies": {
|
|
"babel-cli": "^6.10.1",
|
|
"babel-core": "^6.10.4",
|
|
"babel-eslint": "^6.1.2",
|
|
"babel-istanbul": "^0.11.0",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-preset-es2015-rollup": "^1.2.0",
|
|
"babel-register": "^6.14.0",
|
|
"chai": "^3.5.0",
|
|
"eslint": "^3.1.0",
|
|
"eslint-loader": "^1.4.1",
|
|
"expose-loader": "^0.7.1",
|
|
"istanbul": "^0.4.4",
|
|
"mocha": "^2.5.3",
|
|
"rimraf": "^2.5.3",
|
|
"rollup": "^0.35.10",
|
|
"rollup-plugin-babel": "^2.6.1",
|
|
"rollup-plugin-uglify": "^1.0.1",
|
|
"sinon": "^1.17.4",
|
|
"uglify-js": "^2.7.3"
|
|
}
|
|
}
|