-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.83 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "raml-webservice-generator",
"version": "1.0.4",
"description": "RAML WebService generator",
"main": "src/ui/main.js",
"repository": {
"type": "git",
"url": "https://github.com/jahd2602/raml-webservice-generator.git"
},
"keywords": [
"raml",
"webservice",
"generator",
"javascript"
],
"author": "Gerson Alexander Pardo Gamez <[email protected]>",
"contributors": [
{
"name": "Jairo Alejandro Honorio Diaz",
"email": "[email protected]"
}
],
"license": "GPL",
"bugs": {
"url": "https://github.com/jahd2602/raml-webservice-generator/issues"
},
"homepage": "https://github.com/jahd2602/raml-webservice-generator",
"scripts": {
"test": "gulp test",
"build": "gulp build:js"
},
"bin": {
"raml-to-webservice": "bin/raml-to-webservice.js"
},
"devDependencies": {
"browser-sync": "^2.2.1",
"browserify": "^8.0.2",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-connect": "^2.2.0",
"gulp-copy": "0.0.2",
"gulp-electron": "0.0.9",
"gulp-jshint": "^1.8.4",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-run": "^1.6.7",
"gulp-shell": "^0.4.2",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^1.1.0",
"gulp-watch": "^4.1.1",
"json-schema": "^0.2.2",
"pre-commit": "^1.0.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"dependencies": {
"bluebird": "^2.9.13",
"browserify": "^8.1.3",
"folderify": "^0.6.0",
"gulp-atom-electron": "^0.17.2",
"include-folder": "^0.7.0",
"json-schema-converter": "0.0.4",
"mkdirp": "^0.5.0",
"raml-parser": "git+https://github.com/jerson/raml-js-parser.git",
"require-dir": "^0.1.0",
"string": "^3.0.0",
"sugar": "^1.4.1",
"swig": "^1.4.2",
"yargs": "^3.0.4"
}
}