-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 851 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
{
"name": "raml-serverless",
"version": "0.2.0",
"description": "Generate RAML documents from Serverless projects",
"main": "src/index.js",
"scripts": {
"test": "mocha test"
},
"engines": {
"node": ">=4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewcurioso/raml-serverless.git"
},
"keywords": [
"raml",
"serverless",
"plugin"
],
"author": "Andrew Curioso",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrewcurioso/raml-serverless/issues"
},
"homepage": "https://github.com/andrewcurioso/raml-serverless#readme",
"dependencies": {
"js-yaml": "^3.7.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"lodash": "^4.17.2",
"mocha": "^3.2.0",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0"
}
}