-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json.save
44 lines (44 loc) · 1.07 KB
/
package.json.save
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
{
"name": "ramlo",
"version": "0.1.1",
"description": "Documentation generator for RESTful API written in RAML",
"main": "ramlo.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-css": "node-sass test.scss dist/test.css --importer node_modules/node-sass-import"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PGSSoft/ramlo.git"
},
"author": "Kamil Zasada",
"license": "MIT",
"bugs": {
"url": "https://github.com/PGSSoft/ramlo/issues"
},
"homepage": "https://github.com/PGSSoft/ramlo#readme",
"dependencies": {
"bootstrap": "^4.0.0-alpha.2",
"chalk": "^1.1.1",
"commander": "^2.9.0",
"highlight.js": "^9.2.0",
"jade": "^1.11.0",
"lodash": "^4.6.1",
"markdown": "^0.5.0",
"node-sass": "^3.4.2",
"node-sass-import": "^1.0.0",
"raml-1-parser": "0.1.0-beta.10"
},
"preferGlobal": true,
"bin": {
"ramlo": "ramlo.js"
},
"engines": {
"node": ">= 5.8.x"
},
"devDependencies": {
"chai": "^3.5.0",
"karma": "^0.13.22",
"mocha": "^2.5.3"
}
}