-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 988 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": "gulp-raml",
"version": "0.1.3",
"description": "A gulp plugin for running raml-parse",
"main": "src/index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/JohanObrink/gulp-raml.git"
},
"keywords": [
"raml",
"raml-parse",
"gulp",
"gulpplugin"
],
"author": "Johan Öbrink <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JohanObrink/gulp-raml/issues"
},
"homepage": "https://github.com/JohanObrink/gulp-raml",
"devDependencies": {
"jshint-stylish": "~0.1.5",
"gulp-watch": "~0.5.3",
"gulp-mocha": "~0.4.1",
"gulp": "~3.6.0",
"gulp-jshint": "~1.5.3",
"chai": "~1.9.1",
"sinon-chai": "~2.5.0",
"sinon": "~1.9.1"
},
"dependencies": {
"raml-parser": "~0.8.7",
"gulp-util": "~2.2.14",
"through2": "~0.4.1",
"chalk": "~0.4.0",
"map-stream": "~0.1.0",
"text-table": "~0.2.0"
}
}