forked from ivanoff/create-raml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 950 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "create-raml",
"version": "3.4.6",
"description": "Create RAML",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/ivanoff/create-raml.git"
},
"keywords": [
"RAML",
"creator",
"builder",
"API",
"express",
"REST"
],
"author": "Dimitry Ivanov <[email protected]> # curl -A cv ivanoff.org.ua",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivanoff/create-raml/issues"
},
"homepage": "https://github.com/ivanoff/create-raml",
"devDependencies": {
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"express": "^4.17.1",
"istanbul": "^0.4.5",
"mocha": "^6.2.3",
"node-mocks-http": "^1.8.1",
"nyc": "^15.1.0",
"raml2obj": "^6.7.0"
},
"dependencies": {
"koa": "^2.13.0",
"koa-route": "^3.2.0",
"nunjucks": "^3.2.1"
}
}