-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
57 lines (57 loc) · 1.29 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
{
"name": "scenarioo-js",
"description": "Scenarioo API for Javascript to generate Scenarioo Documentations",
"version": "4.0.0",
"homepage": "http://scenarioo.org",
"author": {
"name": "xeronimus",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/scenarioo/scenarioo-js.git"
},
"bugs": {
"url": "https://github.com/scenarioo/scenarioo-js/issues"
},
"license": "MIT",
"main": "lib/index.js",
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"test": "gulp",
"build": "gulp build",
"docu": "gulp docu",
"serve-example": "http-server -p 8081 example"
},
"typings": "./lib/index.d.ts",
"dependencies": {
"del": "4.1.1",
"glob": "7.1.6",
"immutable": "3.8.2",
"js2xmlparser": "4.0.0",
"lodash": "4.17.20",
"mkdirp": "0.5.5",
"process": "0.11.10",
"q": "1.5.1",
"tv4": "1.3.0"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/preset-env": "^7.8.2",
"@babel/register": "^7.8.3",
"gulp": "^4.0.0",
"gulp-babel": "8.0.0",
"gulp-eslint": "5.0.0",
"gulp-mocha": "6.0.0",
"gulp-run": "^1.6.12",
"gulp-util": "3.0.8",
"http-server": "^0.12.0",
"jsdoc": "3.6.3",
"sinon": "8.1.0"
},
"keywords": [
"scenarioo"
]
}