-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 KB
/
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": "raml2code-jaxrs-interfaces",
"version": "0.0.6",
"description": "Simple generator of JAX-RS interfaces from RAML",
"main": "lib/jaxrs-interfaces/index.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "[email protected]:gextech/raml2code-jaxrs-interfaces"
},
"keywords": [
"utils",
"CODEGEN"
],
"author": "Tomas S.",
"license": "ISC",
"bugs": {
"url": "https://github.com/gextech/raml2code-jaxrs-interfaces/issues"
},
"homepage": "https://github.com/gextech/raml2code-jaxrs-interfaces",
"dependencies": {
"camel-case": "^1.1.1",
"deref": "0.2.6",
"lodash": "2.4.1",
"pascal-case": "^1.1.0",
"raml2code-utils": "0.0.2"
},
"devDependencies": {
"gulp-util": "3.0.1",
"chai": "^1.10.0",
"del": "^1.1.1",
"glob": "^4.3.5",
"gulp": "^3.8.10",
"gulp-coffee": "2.2.0",
"gulp-jasmine": "^1.0.1",
"gulp-mocha": "2.0.0",
"mocha": "^2.0.1",
"run-sequence": "^1.0.2",
"raml2code-fixtures": "0.0.14"
}
}