forked from jirihybek/raml2html-modern-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.07 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
{
"name": "raml2html-modern-theme",
"version": "1.0.8",
"description": "Modern theme for raml2html utility.",
"main": "index.js",
"scripts": {
"build": "cat ./scss/main.scss | node-sass > ./dist/style.css",
"test": "raml2html -v --template ./index.nunjucks -i ./demo/raml-examples/others/world-music-api/api.raml -o ./demo/api.html",
"test:w": "watch -p \"/dist/\" -p \"/demo/\" \"npm run build-sass && npm run test\" ./",
"prepublish": "npm run build"
},
"author": {
"name": "Jiri Hybek",
"email": "[email protected]",
"url": "https://jiri.hybek.cz/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jirihybek/raml2html-modern-theme.git"
},
"bugs": {
"url": "https://github.com/jirihybek/raml2html-modern-theme/issues"
},
"homepage": "https://github.com/jirihybek/raml2html-modern-theme#readme",
"license": "MIT",
"keywords": [
"raml",
"raml2html",
"modern",
"design",
"theme"
],
"devDependencies": {
"node-sass": "^4.11.0",
"watch": "^1.0.2",
"raml2html": "^7.2.0"
}
}