| 12345678910111213141516171819202122 |
- {
- "name": "ipi-inline-editor",
- "dependencies": {
- "bluebird": "^3.5.1",
- "body-parser": "^1.18.2",
- "chokidar": "^1.7.0",
- "cors": "^2.8.4",
- "express": "^4.16.2",
- "json-beautify": "^1.0.1",
- "lodash": "^4.17.4",
- "mustache": "^2.3.0",
- "slug": "^0.9.1",
- "sprintf-js": "^1.1.1"
- },
- "devDependencies": {
- "chai": "^4.1.2",
- "cheerio": "^1.0.0-rc.2",
- "html-minifier": "^3.5.6",
- "mocha": "^4.0.1",
- "node-mocks-http": "^1.6.6"
- }
- }
|